mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
use ohci_err() instead of err()
SVN-Revision: 32729
This commit is contained in:
parent
0e0b396663
commit
b5578d83d5
@ -96,7 +96,7 @@ static int __devinit ohci_mcs814x_start(struct usb_hcd *hcd)
|
|||||||
|
|
||||||
ret = ohci_run(ohci);
|
ret = ohci_run(ohci);
|
||||||
if (ret < 0) {
|
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);
|
ohci_stop(hcd);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user