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-xls.c
index a2247867af8691af341cf578c864bc86b40f5b77..41e378f17c66ac453f2aabfd25640c8e77120224 100644 (file)
@@ -88,7 +88,8 @@ static int __devinit ohci_xls_start(struct usb_hcd *hcd)
        ohci = hcd_to_ohci(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.031366 seconds and 5 git commands to generate.