diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ohci-ppc-of.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c index b2b5767cb37f..e27d5ae2b9eb 100644 --- a/drivers/usb/host/ohci-ppc-of.c +++ b/drivers/usb/host/ohci-ppc-of.c | |||
@@ -29,7 +29,8 @@ ohci_ppc_of_start(struct usb_hcd *hcd) | |||
29 | return ret; | 29 | return ret; |
30 | 30 | ||
31 | if ((ret = ohci_run(ohci)) < 0) { | 31 | if ((ret = ohci_run(ohci)) < 0) { |
32 | err("can't start %s", ohci_to_hcd(ohci)->self.bus_name); | 32 | dev_err(hcd->self.controller, "can't start %s\n", |
33 | hcd->self.bus_name); | ||
33 | ohci_stop(hcd); | 34 | ohci_stop(hcd); |
34 | return ret; | 35 | return ret; |
35 | } | 36 | } |