Commit 80537c9f authored by Kevin Hilman's avatar Kevin Hilman

ARM: DaVinci: MUSB: Fix gadget-mode compile error

Signed-off-by: default avatarKevin Hilman <khilman@mvista.com>
parent 27f4a758
......@@ -541,7 +541,9 @@ static irqreturn_t musb_stage0_irq(struct musb * pThis, u8 bIntrUSB,
* the session.
*/
ERR("Stopping host session because of babble\n");
#ifdef CONFIG_USB_MUSB_HDRC_HCD
musb_writeb(pBase, MGC_O_HDRC_DEVCTL, 0);
#endif
} else {
DBG(1, "BUS RESET\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment