[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:
Gabor Juhos
2009-02-12 15:10:39 +00:00
parent 3f5a9262b4
commit 2f96b25e99

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;
+ }
+