From 92d2658f3304889c234d67766ee85328aca896ec Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 20 Apr 2012 16:53:35 -0700 Subject: [PATCH] --- yaml --- r: 303572 b: refs/heads/master c: 68980793b283a66488d8949b5cd7a2f09e8f874f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/oxu210hp-hcd.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a80c582dcbb2..dcba75752077 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d86938fb63a9189cedfd3509cafc4b1def68703d +refs/heads/master: 68980793b283a66488d8949b5cd7a2f09e8f874f diff --git a/trunk/drivers/usb/host/oxu210hp-hcd.c b/trunk/drivers/usb/host/oxu210hp-hcd.c index 3b38030b02a8..77a52256eb34 100644 --- a/trunk/drivers/usb/host/oxu210hp-hcd.c +++ b/trunk/drivers/usb/host/oxu210hp-hcd.c @@ -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; }