Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364790
b: refs/heads/master
c: 96449f0
h: refs/heads/master
v: v3
  • Loading branch information
Ravi Babu authored and Felipe Balbi committed Apr 2, 2013
1 parent e799de3 commit d1e7969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8408fd1d83e39bf856d31a36b70bcc53527702fd
refs/heads/master: 96449f097e3874af0e8ddd721d3ebeed2ec389da
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_dsps.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static irqreturn_t dsps_interrupt(int irq, void *hci)
* value but DEVCTL.BDEVICE is invalid without DEVCTL.SESSION set.
* Also, DRVVBUS pulses for SRP (but not at 5V) ...
*/
if (usbintr & MUSB_INTR_BABBLE)
if (is_host_active(musb) && usbintr & MUSB_INTR_BABBLE)
pr_info("CAUTION: musb: Babble Interrupt Occurred\n");

if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) {
Expand Down

0 comments on commit d1e7969

Please sign in to comment.