Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183479
b: refs/heads/master
c: c3f6c21
h: refs/heads/master
i:
  183477: 7f40fb3
  183475: 966c2ec
  183471: 7a2c6b0
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Jan 10, 2010
1 parent 1669459 commit 9cb21d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 51f5300682f5925a11edfddfd47ed47376871974
refs/heads/master: c3f6c21d6e60e39c81c27f18ebad9c7615eff545
2 changes: 1 addition & 1 deletion trunk/net/ipv6/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ int snmp6_unregister_dev(struct inet6_dev *idev)
struct net *net = dev_net(idev->dev);
if (!net->mib.proc_net_devsnmp6)
return -ENOENT;
if (!idev || !idev->stats.proc_dir_entry)
if (!idev->stats.proc_dir_entry)
return -EINVAL;
remove_proc_entry(idev->stats.proc_dir_entry->name,
net->mib.proc_net_devsnmp6);
Expand Down

0 comments on commit 9cb21d1

Please sign in to comment.