use ohci_err() instead of err()
authorFlorian Fainelli <florian@openwrt.org>
Sun, 15 Jul 2012 14:09:32 +0000 (14:09 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 15 Jul 2012 14:09:32 +0000 (14:09 +0000)
SVN-Revision: 32729

target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c

index 59ec7740d67b51c520a5b92b935ea35534b96745..ef4cb5143e89635c4098396d869ed032fe46b04d 100644 (file)
@@ -96,7 +96,7 @@ static int __devinit ohci_mcs814x_start(struct usb_hcd *hcd)
 
        ret = ohci_run(ohci);
        if (ret < 0) {
-               err("can't start %s", hcd->self.bus_name);
+               ohci_err(ohci, "can't start %s", hcd->self.bus_name);
                ohci_stop(hcd);
                return ret;
        }