]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: fix a shadow local variable
authorWANG Cong <xiyou.wangcong@gmail.com>
Wed, 8 Apr 2015 17:17:58 +0000 (10:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2015 18:56:35 +0000 (14:56 -0400)
commit075088d056b5d96ecf98f34b3b1803cfc7fa0cd0
tree213513beddd7d9c7d664e300706704e01fa6e078
parent02e30e6f07e6063ff59474c042e9f10d16a710ce
vxlan: fix a shadow local variable

Commit ef5acd1470988da886
("udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb()")
introduce 'sk' but we already have one inner 'sk'.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c