]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: Remove redundant sk variable
authorThomas Graf <tgraf@suug.ch>
Wed, 28 Aug 2013 10:05:38 +0000 (12:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:18:59 +0000 (17:18 -0400)
commit816c5b5b016acde51f0547cf1657d87cf22a6d47
treeb7b544498aa5e3b6d2addc8e0f6c51f671bdf290
parent1b7fdd2ab5852717a4fc7d79847759c67065d7e9
ipv6: Remove redundant sk variable

A sk variable initialized to ndisc_sk is already available outside
of the branch.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c