summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-15 14:09:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-15 14:09:32 +0000
commitb5578d83d53f8936607fdfee6019f979771b746d (patch)
treeb59d1dc32232e55b9563deee74f3f023d4a4f437 /target/linux/mcs814x
parent0e0b396663e26e14dab3c4709742af076c16035c (diff)
downloadmaster-31e0f0ae-b5578d83d53f8936607fdfee6019f979771b746d.tar.gz
master-31e0f0ae-b5578d83d53f8936607fdfee6019f979771b746d.tar.bz2
master-31e0f0ae-b5578d83d53f8936607fdfee6019f979771b746d.zip
use ohci_err() instead of err()
SVN-Revision: 32729
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r--target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c2
1 files changed, 1 insertions, 1 deletions
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;
}