diff options
Diffstat (limited to 'drivers/usb/host/ohci-tmio.c')
-rw-r--r-- | drivers/usb/host/ohci-tmio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-tmio.c b/drivers/usb/host/ohci-tmio.c index 120bfe6ede38..60c2b0722f2e 100644 --- a/drivers/usb/host/ohci-tmio.c +++ b/drivers/usb/host/ohci-tmio.c | |||
@@ -140,7 +140,8 @@ static int ohci_tmio_start(struct usb_hcd *hcd) | |||
140 | return ret; | 140 | return ret; |
141 | 141 | ||
142 | if ((ret = ohci_run(ohci)) < 0) { | 142 | if ((ret = ohci_run(ohci)) < 0) { |
143 | err("can't start %s", hcd->self.bus_name); | 143 | dev_err(hcd->self.controller, "can't start %s\n", |
144 | hcd->self.bus_name); | ||
144 | ohci_stop(hcd); | 145 | ohci_stop(hcd); |
145 | return ret; | 146 | return ret; |
146 | } | 147 | } |