]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Remove unused var in inet6_dump_ifinfo()
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Nov 2009 02:53:00 +0000 (18:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Nov 2009 02:53:00 +0000 (18:53 -0800)
commita77e0c14cf6f100e01bb6a499edbeaaab3e9ac42
tree68af2ec95629ca48e8a4f2fd995ce70fa98475e4
parent65c42aeac084aedd0c9d73f8706c215fc4cbf5a3
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 ff1d899f15889db0e49edd9be83c7ca658e56ced ("ipv6:
speedup inet6_dump_ifinfo()").
--------------------

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c