Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190441
b: refs/heads/master
c: 2f83175
h: refs/heads/master
i:
  190439: 70e6f42
v: v3
  • Loading branch information
Sergei Shtylyov authored and Greg Kroah-Hartman committed Apr 30, 2010
1 parent a90aa5c commit 29c8b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 1e753451eb1dc97ab8bdad3ae5278301e5b981bf
refs/heads/master: 2f831751c5a0511fec6a9074643d9914eedabc83
8 changes: 1 addition & 7 deletions trunk/drivers/usb/musb/blackfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,7 @@ static irqreturn_t blackfin_interrupt(int irq, void *__hci)

spin_unlock_irqrestore(&musb->lock, flags);

/* REVISIT we sometimes get spurious IRQs on g_ep0
* not clear why... fall in BF54x too.
*/
if (retval != IRQ_HANDLED)
DBG(5, "spurious?\n");

return IRQ_HANDLED;
return retval;
}

static void musb_conn_timer_handler(unsigned long _musb)
Expand Down

0 comments on commit 29c8b8b

Please sign in to comment.