diff options
author | Hagen Paul Pfeifer <hagen@jauu.net> | 2011-03-04 06:45:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-07 18:51:13 -0500 |
commit | e143038f4dda10a51985b9a3f9fb07d73a5eadfa (patch) | |
tree | 8c96993a468d762bfc4fe7bb299b424ffe02cdf0 /net/packet | |
parent | 4b66fef9b591b95f447aea12242a1133deb0bd22 (diff) |
af_packet: struct socket declared/assigned but unused
Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet')
-rw-r--r-- | net/packet/af_packet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 5efef5b5879e..b5362e96022b 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c | |||
@@ -966,7 +966,6 @@ static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, | |||
966 | 966 | ||
967 | static int tpacket_snd(struct packet_sock *po, struct msghdr *msg) | 967 | static int tpacket_snd(struct packet_sock *po, struct msghdr *msg) |
968 | { | 968 | { |
969 | struct socket *sock; | ||
970 | struct sk_buff *skb; | 969 | struct sk_buff *skb; |
971 | struct net_device *dev; | 970 | struct net_device *dev; |
972 | __be16 proto; | 971 | __be16 proto; |
@@ -978,8 +977,6 @@ static int tpacket_snd(struct packet_sock *po, struct msghdr *msg) | |||
978 | int len_sum = 0; | 977 | int len_sum = 0; |
979 | int status = 0; | 978 | int status = 0; |
980 | 979 | ||
981 | sock = po->sk.sk_socket; | ||
982 | |||
983 | mutex_lock(&po->pg_vec_lock); | 980 | mutex_lock(&po->pg_vec_lock); |
984 | 981 | ||
985 | err = -EBUSY; | 982 | err = -EBUSY; |