diff options
Diffstat (limited to 'drivers/usb/host/ohci-exynos.c')
| -rw-r--r-- | drivers/usb/host/ohci-exynos.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index 37bb20ebb6f..2909621ea19 100644 --- a/drivers/usb/host/ohci-exynos.c +++ b/drivers/usb/host/ohci-exynos.c @@ -35,7 +35,8 @@ static int ohci_exynos_start(struct usb_hcd *hcd)  	ret = ohci_run(ohci);  	if (ret < 0) { -		err("can't start %s", hcd->self.bus_name); +		dev_err(hcd->self.controller, "can't start %s\n", +			hcd->self.bus_name);  		ohci_stop(hcd);  		return ret;  	}  |