Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303690
b: refs/heads/master
c: eeba1ae
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent f997027 commit 452c681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: bd028769f741b88dc06831bfe7edb181671758ea
refs/heads/master: eeba1ae13cbddc6e9cbc4adcd0d9fd686ba09f5f
6 changes: 4 additions & 2 deletions trunk/drivers/input/tablet/acecad.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ static void usb_acecad_irq(struct urb *urb)
case -ENOENT:
case -ESHUTDOWN:
/* this urb is terminated, clean up */
dbg("%s - urb shutting down with status: %d", __func__, urb->status);
dev_dbg(&dev->dev, "%s - urb shutting down with status: %d\n",
__func__, urb->status);
return;
default:
dbg("%s - nonzero urb status received: %d", __func__, urb->status);
dev_dbg(&dev->dev, "%s - nonzero urb status received: %d\n",
__func__, urb->status);
goto resubmit;
}

Expand Down

0 comments on commit 452c681

Please sign in to comment.