Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299433
b: refs/heads/master
c: 5bd7b41
h: refs/heads/master
i:
  299431: b5fb383
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent a0a3631 commit 263af50
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: 9426cd05682745d1024dbabdec5631309bd2f480
refs/heads/master: 5bd7b419ef2eb4989b207753e088c3437159618a
3 changes: 2 additions & 1 deletion trunk/drivers/uwb/hwa-rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ void hwarc_neep_cb(struct urb *urb)
dev_err(dev, "NEEP: URB error %d\n", urb->status);
}
result = usb_submit_urb(urb, GFP_ATOMIC);
if (result < 0) {
if (result < 0 && result != -ENODEV && result != -EPERM) {
/* ignoring unrecoverable errors */
dev_err(dev, "NEEP: Can't resubmit URB (%d) resetting device\n",
result);
goto error;
Expand Down

0 comments on commit 263af50

Please sign in to comment.