Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303693
b: refs/heads/master
c: 6d0f7dc
h: refs/heads/master
i:
  303691: 64ffe66
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent c980cd2 commit 7de9432
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: c6f880a7812766b896edcba51ac8a449ff5d4320
refs/heads/master: 6d0f7dcba6ea0d04fb0d1374188c2479abf7f951
6 changes: 4 additions & 2 deletions trunk/drivers/input/tablet/kbtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ static void kbtab_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 exit;
}

Expand Down

0 comments on commit 7de9432

Please sign in to comment.