Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303623
b: refs/heads/master
c: b3169fe
h: refs/heads/master
i:
  303621: 2659fe8
  303619: 07c721b
  303615: 4002188
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent e053457 commit 06ec566
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: 202712c2322a1b87f3359046f5ebe92e0384ff6d
refs/heads/master: b3169fecb10594ac1182de904d367631a4dbdf1c
5 changes: 3 additions & 2 deletions trunk/drivers/input/tablet/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ static void wacom_sys_irq(struct urb *urb)
usb_mark_last_busy(wacom->usbdev);
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
err ("%s - usb_submit_urb failed with result %d",
__func__, retval);
dev_err(&wacom->intf->dev,
"%s - usb_submit_urb failed with result %d\n",
__func__, retval);
}

static int wacom_open(struct input_dev *dev)
Expand Down

0 comments on commit 06ec566

Please sign in to comment.