[ar71xx] fix a typo in the dynamic mdio patch
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Feb 2009 15:10:39 +0000 (15:10 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Feb 2009 15:10:39 +0000 (15:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14487 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/patches-2.6.28/802-ag71xx_mdio_dynamic_mdio_bus.patch

index fa84e55..9d0584a 100644 (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;
 +      }
 +
This page took 0.025865 seconds and 4 git commands to generate.