Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19225
b: refs/heads/master
c: e9aa795
h: refs/heads/master
i:
  19223: 187e491
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 1, 2006
1 parent 9a1d6db commit e613b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 682d4c803f646d2ce09fde9ed7e99015598c3298
refs/heads/master: e9aa795aaed0b861aaa5a8075748c9c34e2620ee
1 change: 1 addition & 0 deletions trunk/drivers/usb/core/urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ int usb_unlink_urb(struct urb *urb)
*/
void usb_kill_urb(struct urb *urb)
{
might_sleep();
if (!(urb && urb->dev && urb->dev->bus && urb->dev->bus->op))
return;
spin_lock_irq(&urb->lock);
Expand Down

0 comments on commit e613b68

Please sign in to comment.