aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-12 15:10:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-12 15:10:39 +0000
commit2f96b25e993e5411b1defa56a43c8ab9bb8e6dd6 (patch)
treeffd786e7eb8b06c13fe42ab338bc246782d0b23f /target
parent3f5a9262b47ff2d301cfddb316f4a357c26f565d (diff)
downloadmaster-187ad058-2f96b25e993e5411b1defa56a43c8ab9bb8e6dd6.tar.gz
master-187ad058-2f96b25e993e5411b1defa56a43c8ab9bb8e6dd6.tar.bz2
master-187ad058-2f96b25e993e5411b1defa56a43c8ab9bb8e6dd6.zip
[ar71xx] fix a typo in the dynamic mdio patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-2.6.28/802-ag71xx_mdio_dynamic_mdio_bus.patch2
1 files changed, 1 insertions, 1 deletions
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 fa84e55501..9d0584a591 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;
+ }
+