projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e4afc
)
usb: musb: da8xx: Fix build breakage due to typo
author
Mikhail Kshevetskiy
<
[email protected]
>
Thu, 14 Mar 2013 09:18:29 +0000
(10:18 +0100)
committer
Felipe Balbi
<
[email protected]
>
Thu, 14 Mar 2013 10:44:54 +0000
(12:44 +0200)
Commit
032ec49f5351e9cb242b1a1c367d14415043ab95
(usb: musb: drop useless
board_mode usage) introduced a typo that breaks the build.
Signed-off-by: Mikhail Kshevetskiy <
[email protected]
>
[ Fixed commit message ]
Cc: Mikhail Kshevetskiy <
[email protected]
>
Cc: Sergei Shtylyov <
[email protected]
>
Cc: Greg Kroah-Hartman <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Michael Riesch <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/musb/da8xx.c
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/da8xx.c
b/drivers/usb/musb/da8xx.c
index 7c71769d71ff37370e6e8bf23be5c837bd72a677..41613a2b35e8530d8278bd8e4191bafae5617828 100644
(file)
--- 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 &
M
USB_INTR_VBUSERROR;
if (err) {
/*
* The Mentor core doesn't debounce VBUS as needed