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

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

Merge "usb: ci13xxx_udc: Process interrupts as long as USB is outside LPM"

parents 4247339e 821b1d26
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3802,8 +3802,7 @@ static irqreturn_t udc_irq(void)

	spin_lock(udc->lock);

	if ((udc->udc_driver->flags & CI13XXX_PULLUP_ON_VBUS) &&
				!udc->vbus_active) {
	if (udc->udc_driver->in_lpm && udc->udc_driver->in_lpm(udc)) {
		spin_unlock(udc->lock);
		return IRQ_NONE;
	}