Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
[deliverable/linux.git] / drivers / usb / host / ohci-exynos.c
index 37bb20ebb6fc7f50b7eba68b86302f2327c4d91a..2909621ea196067847abd965d799a72f78d583d2 100644 (file)
@@ -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;
        }
This page took 0.025875 seconds and 5 git commands to generate.