Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7972
b: refs/heads/master
c: 8f34c28
h: refs/heads/master
v: v3
  • Loading branch information
david-b@pacbell.net authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent 6ad6591 commit aadef42
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f956e7cd9ac4618b98022020e638bbdc01d9d65a
refs/heads/master: 8f34c2883b894b9a97f07b23b5b86fd65ecd2f85
4 changes: 3 additions & 1 deletion trunk/drivers/usb/core/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ static void sg_complete (struct urb *urb, struct pt_regs *regs)
continue;
if (found) {
status = usb_unlink_urb (io->urbs [i]);
if (status != -EINPROGRESS && status != -EBUSY)
if (status != -EINPROGRESS
&& status != -ENODEV
&& status != -EBUSY)
dev_err (&io->dev->dev,
"%s, unlink --> %d\n",
__FUNCTION__, status);
Expand Down

0 comments on commit aadef42

Please sign in to comment.