diff options
Diffstat (limited to 'drivers/usb/host/ohci-ps3.c')
-rw-r--r-- | drivers/usb/host/ohci-ps3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ps3.c b/drivers/usb/host/ohci-ps3.c index 6fd4fa1f19bb..2ee1d8d713d2 100644 --- a/drivers/usb/host/ohci-ps3.c +++ b/drivers/usb/host/ohci-ps3.c | |||
@@ -45,7 +45,8 @@ static int __devinit ps3_ohci_hc_start(struct usb_hcd *hcd) | |||
45 | result = ohci_run(ohci); | 45 | result = ohci_run(ohci); |
46 | 46 | ||
47 | if (result < 0) { | 47 | if (result < 0) { |
48 | err("can't start %s", hcd->self.bus_name); | 48 | dev_err(hcd->self.controller, "can't start %s\n", |
49 | hcd->self.bus_name); | ||
49 | ohci_stop(hcd); | 50 | ohci_stop(hcd); |
50 | } | 51 | } |
51 | 52 | ||