|
@@ -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)
|
|
@@ -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)
|