1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 06:24:44 +03:00

[ar71xx] fix a typo in the dynamic mdio patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14487 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-02-12 15:10:39 +00:00
parent d72c973763
commit d5dae7618f

View File

@ -47,7 +47,7 @@
- snprintf(am->mii_bus.id, MII_BUS_ID_SIZE, "%x", 0);
+ am->mii_bus = mdiobus_alloc();
+ if (am->mii_bus == NULL) {
+ err = -NOMEM;
+ err = -ENOMEM;
+ goto err_iounmap;
+ }
+