Hello.

Ajay Kumar Gupta wrote:

From: Maulik Mankad <x0082...@ti.com>

As a part of aligning the ISR code for MUSB with the specs, the
ISR code was re-written.

See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle
irqs in the order dictated by programming guide)

With this the suspend interrupt came accidently under CONFIG_USB_MUSB_HDRC_HCD.

The fix brings suspend interrupt handling outside
CONFIG_USB_MUSB_HDRC_HCD.

Signed-off-by: Maulik Mankad <x0082...@ti.com>
Acked-by: Felipe Balbi <felipe.ba...@nokia.com>
Cc: David Brownell <davi...@pacbell.net>
Signed-off-by: Ajay Kumar Gupta <ajay.gu...@ti.com>

[...]

diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 4f43db7..64b08f9 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -635,7 +635,7 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 
int_usb,
                handled = IRQ_HANDLED;
        }
-
+#endif

Could you move #endif one line up, so that it closely embraces the *if* statement?

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to