From: Mikhail Kshevetskiy <[email protected]>

Commit 032ec49f5351e9cb242b1a1c367d14415043ab95 (usb: musb: drop useless
board_mode usage) introduced a typo that breaks the build.

There were no replies on my first mail, so I would like to draw your attention 
to this patch again as it fixes a build breakage (the breakage exists in the 
current kernel as well as in the stable v3.8 due to a simple typo).

Looking forward to your comments!
Michael

Signed-off-by: Mikhail Kshevetskiy <[email protected]>
[Fixed commit message]
Signed-off-by: Michael Riesch <[email protected]>
Cc: Mikhail Kshevetskiy <[email protected]>
Cc: Sergei Shtylyov <[email protected]>
Cc: Felipe Balbi <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
---

Changes for v2:
- Fixed commit message

 drivers/usb/musb/da8xx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c
index 97996af..8749c2b 100644
--- a/drivers/usb/musb/da8xx.c
+++ b/drivers/usb/musb/da8xx.c
@@ -327,7 +327,7 @@ static irqreturn_t da8xx_musb_interrupt(int irq, void *hci)
                u8 devctl = musb_readb(mregs, MUSB_DEVCTL);
                int err;
 
-               err = musb->int_usb & USB_INTR_VBUSERROR;
+               err = musb->int_usb & MUSB_INTR_VBUSERROR;
                if (err) {
                        /*
                         * The Mentor core doesn't debounce VBUS as needed
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to