commit | 434a8a58d75faa7170807a7ac2fcf7f3d85a0dc3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Nov 11 18:53:00 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 11 18:53:00 2009 -0800 |
tree | 68af2ec95629ca48e8a4f2fd995ce70fa98475e4 | |
parent | ddd21046e7b5e112b5a4722b7e071ae9d4c96a2b [diff] |
ipv6: Remove unused var in inet6_dump_ifinfo() Reported by Stephen Rothwell: -------------------- Today's linux-next build (x86_64 allmodconfig) produced this warning: net/ipv6/addrconf.c: In function 'inet6_dump_ifinfo': net/ipv6/addrconf.c:3833: warning: unused variable 'err' Introduced by commit 84d2697d9649339215675551eae28ba04068dea1 ("ipv6: speedup inet6_dump_ifinfo()"). -------------------- Signed-off-by: David S. Miller <davem@davemloft.net>