Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9046d93c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: dwc3: Improve interrupt handler performance"

parents 79c94f08 b80c2ea8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3000,8 +3000,6 @@ static irqreturn_t dwc3_thread_interrupt(int irq, void *_dwc)
	irqreturn_t ret = IRQ_NONE;
	int i;

	dbg_event(0xFF, "IRQ Thread", 0);

	spin_lock_irqsave(&dwc->lock, flags);

	for (i = 0; i < dwc->num_event_buffers; i++) {