Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303684
b: refs/heads/master
c: 6cc203d
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 4c044cd commit 191ba2c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f576125dc872f28da2f89c29bfc73ec0ff02f7d9
refs/heads/master: 6cc203d77eb4a29a148ec598048ab1b97e83160c
4 changes: 2 additions & 2 deletions trunk/drivers/hid/usbhid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static int usbhid_restart_out_queue(struct usbhid_device *usbhid)
return 0;

if ((kicked = (usbhid->outhead != usbhid->outtail))) {
dbg("Kicking head %d tail %d", usbhid->outhead, usbhid->outtail);
hid_dbg(hid, "Kicking head %d tail %d", usbhid->outhead, usbhid->outtail);

r = usb_autopm_get_interface_async(usbhid->intf);
if (r < 0)
Expand All @@ -230,7 +230,7 @@ static int usbhid_restart_ctrl_queue(struct usbhid_device *usbhid)
return 0;

if ((kicked = (usbhid->ctrlhead != usbhid->ctrltail))) {
dbg("Kicking head %d tail %d", usbhid->ctrlhead, usbhid->ctrltail);
hid_dbg(hid, "Kicking head %d tail %d", usbhid->ctrlhead, usbhid->ctrltail);

r = usb_autopm_get_interface_async(usbhid->intf);
if (r < 0)
Expand Down

0 comments on commit 191ba2c

Please sign in to comment.