Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303611
b: refs/heads/master
c: 185a855
h: refs/heads/master
i:
  303609: 7ae3789
  303607: 1ec1ffc
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent 8f9bbdd commit 360ffaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 7b22a8855a727c5d8265508cbba05437a68f7043
refs/heads/master: 185a85518a6f0649c1d9ca959fa51c6b4dac292a
7 changes: 4 additions & 3 deletions trunk/drivers/hid/usbhid/usbmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ static void usb_mouse_irq(struct urb *urb)
resubmit:
status = usb_submit_urb (urb, GFP_ATOMIC);
if (status)
err ("can't resubmit intr, %s-%s/input0, status %d",
mouse->usbdev->bus->bus_name,
mouse->usbdev->devpath, status);
dev_err(&mouse->usbdev->dev,
"can't resubmit intr, %s-%s/input0, status %d\n",
mouse->usbdev->bus->bus_name,
mouse->usbdev->devpath, status);
}

static int usb_mouse_open(struct input_dev *dev)
Expand Down

0 comments on commit 360ffaf

Please sign in to comment.