Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109989
b: refs/heads/master
c: 83a7982
h: refs/heads/master
i:
  109987: 25ada98
v: v3
  • Loading branch information
Geoff Levand authored and Greg Kroah-Hartman committed Sep 23, 2008
1 parent 44b1d61 commit 48629ff
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f8834f1febb8f56cdcfeb35485e0cc7a8d547818
refs/heads/master: 83a798207361cc26385187b2e71efa2b5d75de7f
3 changes: 2 additions & 1 deletion trunk/drivers/usb/core/hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,8 @@ int usb_add_hcd(struct usb_hcd *hcd,
* with IRQF_SHARED. As usb_hcd_irq() will always disable
* interrupts we can remove it here.
*/
irqflags &= ~IRQF_DISABLED;
if (irqflags & IRQF_SHARED)
irqflags &= ~IRQF_DISABLED;

snprintf(hcd->irq_descr, sizeof(hcd->irq_descr), "%s:usb%d",
hcd->driver->description, hcd->self.busnum);
Expand Down

0 comments on commit 48629ff

Please sign in to comment.