Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59043
b: refs/heads/master
c: dffe4f0
h: refs/heads/master
i:
  59041: 70e8cfb
  59039: 88f643a
v: v3
  • Loading branch information
Micah Gruber authored and David S. Miller committed Jul 11, 2007
1 parent 7026aaa commit cc82854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed8b548ce3cb988f59a0fd9af6ccdc4f8198cd19
refs/heads/master: dffe4f048b420f1af0b10a6090add0c5ea69e585
3 changes: 1 addition & 2 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4243,7 +4243,6 @@ int __init addrconf_init(void)
void __exit addrconf_cleanup(void)
{
struct net_device *dev;
struct inet6_dev *idev;
struct inet6_ifaddr *ifa;
int i;

Expand All @@ -4261,7 +4260,7 @@ void __exit addrconf_cleanup(void)
*/

for_each_netdev(dev) {
if ((idev = __in6_dev_get(dev)) == NULL)
if (__in6_dev_get(dev) == NULL)
continue;
addrconf_ifdown(dev, 1);
}
Expand Down

0 comments on commit cc82854

Please sign in to comment.