diff options
Diffstat (limited to 'drivers/usb/host/ohci-at91.c')
-rw-r--r-- | drivers/usb/host/ohci-at91.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 13ebeca8e73e..476fb4d3e45e 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c | |||
@@ -235,7 +235,8 @@ ohci_at91_start (struct usb_hcd *hcd) | |||
235 | ohci->num_ports = board->ports; | 235 | ohci->num_ports = board->ports; |
236 | 236 | ||
237 | if ((ret = ohci_run(ohci)) < 0) { | 237 | if ((ret = ohci_run(ohci)) < 0) { |
238 | err("can't start %s", hcd->self.bus_name); | 238 | dev_err(hcd->self.controller, "can't start %s\n", |
239 | hcd->self.bus_name); | ||
239 | ohci_stop(hcd); | 240 | ohci_stop(hcd); |
240 | return ret; | 241 | return ret; |
241 | } | 242 | } |