commit | 46088059aaa0ec2143a1005bfc58d2a7c741b93f | [log] [tgz] |
---|---|---|
author | Mao Wenan <maowenan@huawei.com> | Tue Jun 11 09:32:13 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 11 12:11:11 2019 -0700 |
tree | bf392398302cc46f80f72ca0af4c122316ff7a46 | |
parent | f7a8fb1ff1e581f610c3d06cf30d09a52263794c [diff] |
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>