1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Fix merge error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17534 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb
2009-09-06 20:43:44 +00:00
parent 9d1da6b4dc
commit 6d20d4747e

View File

@@ -214,7 +214,7 @@
+ u32 tmp, flags = 0; + u32 tmp, flags = 0;
+ +
+ hcd = usb_create_hcd(&ssb_ehci_hc_driver, dev->dev, + hcd = usb_create_hcd(&ssb_ehci_hc_driver, dev->dev,
+ dev->dev->bus_id); + dev_name(dev->dev));
+ if (!hcd) + if (!hcd)
+ goto err_dev_disable; + goto err_dev_disable;
+ +