]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cbc8a4ee08710e6c5561830fdaf790ec675770d
treebf392398302cc46f80f72ca0af4c122316ff7a46
parent3d21b3d1cade8943379798ec0cc0b38cddacc1a6
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 caf94a261123 ("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