OSDN Git Service

packet: remove unused variable 'status' in __packet_lookup_frame_in_block
authorMao Wenan <maowenan@huawei.com>
Tue, 11 Jun 2019 01:32:13 +0000 (09:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jun 2019 19:11:11 +0000 (12:11 -0700)
commit46088059aaa0ec2143a1005bfc58d2a7c741b93f
treebf392398302cc46f80f72ca0af4c122316ff7a46
parentf7a8fb1ff1e581f610c3d06cf30d09a52263794c
packet: remove unused variable 'status' in __packet_lookup_frame_in_block

The variable 'status' in  __packet_lookup_frame_in_block() is never used since
introduction in commit f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer
implementation."), we can remove it.

Signed-off-by: Mao Wenan <maowenan@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c