]> 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)
commit26d336888aa2a35a3c634deb8426b5ad73cfe552
treebf392398302cc46f80f72ca0af4c122316ff7a46
parent0f453ddc53d2359d227c4bbce4abc6665f7f2745
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 7fa5f1dbc2ee ("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