ipv6: addrconf.c: remove unnecessary "if"
authorCong Ding <dinggnu@gmail.com>
Tue, 18 Dec 2012 12:08:56 +0000 (12:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 20:50:06 +0000 (12:50 -0800)
commitbd7790286b4acd52ecbd8123b1ce052cf1b931b1
treed6e5a450d438b12fe52adf23a049d20e2421c679
parent09d7cf7d931c627b227decd080f4528d003ddbe6
ipv6: addrconf.c: remove unnecessary "if"

the value of err is always negative if it goes to errout, so we don't need to
check the value of err.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c