From: juhosg Date: Thu, 12 Feb 2009 15:10:39 +0000 (+0000) Subject: [ar71xx] fix a typo in the dynamic mdio patch X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d5dae7618fb6b29268f88208c73e984689454c6f [ar71xx] fix a typo in the dynamic mdio patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14487 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/patches-2.6.28/802-ag71xx_mdio_dynamic_mdio_bus.patch b/target/linux/ar71xx/patches-2.6.28/802-ag71xx_mdio_dynamic_mdio_bus.patch index fa84e5550..9d0584a59 100644 --- a/target/linux/ar71xx/patches-2.6.28/802-ag71xx_mdio_dynamic_mdio_bus.patch +++ b/target/linux/ar71xx/patches-2.6.28/802-ag71xx_mdio_dynamic_mdio_bus.patch @@ -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; + } +