Commits
Marek Szyprowski committed 137f7c590d3
usb: dwc3: optimize interrupt loop There is no point in calling dwc3_thread_interrupt() if no event is pending. There is also no point in flushing event cache in EVERY loop iteration. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>