net: net/ipv4/devinet.c cleanups
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 5 Nov 2009 06:05:10 +0000 (22:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Nov 2009 06:05:10 +0000 (22:05 -0800)
commit9f9354b92defa15aa0e215946c6e2dbccecb6aa7
treec0523c0ee5346c726245921ec93b4a400784e765
parentb4d745db12bd2d45a456565ed63325bbfc689e68
net: net/ipv4/devinet.c cleanups

As pointed by Stephen Rothwell, commit c6d14c84 added a warning :

net/ipv4/devinet.c: In function 'inet_select_addr':
net/ipv4/devinet.c:902: warning: label 'out' defined but not used

delete unused 'out' label and do some cleanups as well

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/devinet.c