aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/226-atm_br2684.patch
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-09-10 10:06:35 +0000
committerAndy Boyett <agb@openwrt.org>2009-09-10 10:06:35 +0000
commit22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8 (patch)
treeb4460277cbaf35402d23dbf83a18bc76cd27cc73 /target/linux/generic-2.4/patches/226-atm_br2684.patch
parent7c6ce6633008c17e08b422d8d2f45b29ecf52d99 (diff)
downloadupstream-22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8.tar.gz
upstream-22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8.tar.bz2
upstream-22dfa7ae22c4c5eef2cd08e2c0e76ada5bf7fca8.zip
refresh patches
SVN-Revision: 17553
Diffstat (limited to 'target/linux/generic-2.4/patches/226-atm_br2684.patch')
-rw-r--r--target/linux/generic-2.4/patches/226-atm_br2684.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.4/patches/226-atm_br2684.patch b/target/linux/generic-2.4/patches/226-atm_br2684.patch
index bfff13afa6..0ae1cce2ea 100644
--- a/target/linux/generic-2.4/patches/226-atm_br2684.patch
+++ b/target/linux/generic-2.4/patches/226-atm_br2684.patch
@@ -257,7 +257,7 @@
netif_rx(skb);
}
-@@ -525,10 +625,10 @@ Note: we do not have explicit unassign,
+@@ -529,10 +629,10 @@ Note: we do not have explicit unassign,
err = -EEXIST;
goto error;
}
@@ -272,7 +272,7 @@
err = -EINVAL;
goto error;
}
-@@ -554,18 +654,21 @@ Note: we do not have explicit unassign,
+@@ -553,18 +653,21 @@ Note: we do not have explicit unassign,
brvcc->atmvcc = atmvcc;
atmvcc->user_back = brvcc;
brvcc->encaps = (enum br2684_encaps) be.encaps;
@@ -293,8 +293,8 @@
- error:
+ error:
write_unlock_irq(&devs_lock);
+ kfree(brvcc);
MOD_DEC_USE_COUNT;
- return err;
@@ -608,12 +711,25 @@ static int br2684_create(unsigned long a
if (ni.ifname[0] != '\0') {