Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303619
b: refs/heads/master
c: b59c82b
h: refs/heads/master
i:
  303617: cc59fe6
  303615: 4002188
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent e458898 commit 07c721b
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: 6c1d1b246199c75486f5ffa677cf0e411ce4ac6e
refs/heads/master: b59c82bd6f9d60dd09dd2c696fb1894802ae3e33
6 changes: 4 additions & 2 deletions trunk/drivers/input/tablet/acecad.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ static void usb_acecad_irq(struct urb *urb)
resubmit:
status = usb_submit_urb(urb, GFP_ATOMIC);
if (status)
err("can't resubmit intr, %s-%s/input0, status %d",
acecad->usbdev->bus->bus_name, acecad->usbdev->devpath, status);
dev_err(&acecad->usbdev->dev,
"can't resubmit intr, %s-%s/input0, status %d\n",
acecad->usbdev->bus->bus_name,
acecad->usbdev->devpath, status);
}

static int usb_acecad_open(struct input_dev *dev)
Expand Down

0 comments on commit 07c721b

Please sign in to comment.