diff options
Diffstat (limited to 'drivers/usb/host/ohci-pnx8550.c')
-rw-r--r-- | drivers/usb/host/ohci-pnx8550.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-pnx8550.c b/drivers/usb/host/ohci-pnx8550.c index f13d08f94d6b..148d27d6a67c 100644 --- a/drivers/usb/host/ohci-pnx8550.c +++ b/drivers/usb/host/ohci-pnx8550.c | |||
@@ -157,7 +157,8 @@ ohci_pnx8550_start (struct usb_hcd *hcd) | |||
157 | return ret; | 157 | return ret; |
158 | 158 | ||
159 | if ((ret = ohci_run (ohci)) < 0) { | 159 | if ((ret = ohci_run (ohci)) < 0) { |
160 | err ("can't start %s", hcd->self.bus_name); | 160 | dev_err(hcd->self.controller, "can't start %s", |
161 | hcd->self.bus_name); | ||
161 | ohci_stop (hcd); | 162 | ohci_stop (hcd); |
162 | return ret; | 163 | return ret; |
163 | } | 164 | } |