Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303622
b: refs/heads/master
c: 202712c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent 2659fe8 commit e053457
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3bd9597a6b8d5111c698a38761c4e2883cdcf8c9
refs/heads/master: 202712c2322a1b87f3359046f5ebe92e0384ff6d
5 changes: 3 additions & 2 deletions trunk/drivers/input/tablet/kbtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ static void kbtab_irq(struct urb *urb)
exit:
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
err("%s - usb_submit_urb failed with result %d",
__func__, retval);
dev_err(&kbtab->usbdev->dev,
"%s - usb_submit_urb failed with result %d\n",
__func__, retval);
}

static struct usb_device_id kbtab_ids[] = {
Expand Down

0 comments on commit e053457

Please sign in to comment.