|
@@ -2991,8 +2991,9 @@ static int oxu_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status)
|
|
|
/* shouldn't happen often, but ...
|
|
|
* FIXME kill those tds' urbs
|
|
|
*/
|
|
|
- err("can't reschedule qh %p, err %d",
|
|
|
- qh, status);
|
|
|
+ dev_err(hcd->self.controller,
|
|
|
+ "can't reschedule qh %p, err %d\n", qh,
|
|
|
+ status);
|
|
|
}
|
|
|
return status;
|
|
|
}
|