From: Florian Fainelli Date: Sun, 15 Jul 2012 14:09:32 +0000 (+0000) Subject: [mcs814x] use ohci_err() instead of err() X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=9c3f171652566fd4c3251efa43fd8483fdaf8958 [mcs814x] use ohci_err() instead of err() SVN-Revision: 32729 --- diff --git a/target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c b/target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c index 59ec7740d6..ef4cb5143e 100644 --- a/target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c +++ b/target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c @@ -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; }