diff options
Diffstat (limited to 'drivers/usb/host/uhci-q.c')
-rw-r--r-- | drivers/usb/host/uhci-q.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-q.c b/drivers/usb/host/uhci-q.c index cbbaa4c1740f..b173d914d748 100644 --- a/drivers/usb/host/uhci-q.c +++ b/drivers/usb/host/uhci-q.c | |||
@@ -910,7 +910,7 @@ static int uhci_result_common(struct uhci_hcd *uhci, struct urb *urb) | |||
910 | uhci_packetout(td_token(td))); | 910 | uhci_packetout(td_token(td))); |
911 | if ((debug == 1 && ret != -EPIPE) || debug > 1) { | 911 | if ((debug == 1 && ret != -EPIPE) || debug > 1) { |
912 | /* Some debugging code */ | 912 | /* Some debugging code */ |
913 | dev_dbg(uhci_dev(uhci), | 913 | dev_dbg(&urb->dev->dev, |
914 | "%s: failed with status %x\n", | 914 | "%s: failed with status %x\n", |
915 | __FUNCTION__, status); | 915 | __FUNCTION__, status); |
916 | 916 | ||