diff options
author | Colin Ian King | 2018-07-09 14:23:13 +0200 |
---|---|---|
committer | David S. Miller | 2018-07-12 07:54:25 +0200 |
commit | 3c546728df983c3c1c232241249c238c143bcb9e (patch) | |
tree | f56d661d3c0f68b78d9ae0e9c877aa49a7eddb89 /drivers/net/wimax/i2400m/usb-fw.c | |
parent | net: sched: act_ife: fix memory leak in ife init (diff) | |
download | kernel-qcow2-linux-3c546728df983c3c1c232241249c238c143bcb9e.tar.gz kernel-qcow2-linux-3c546728df983c3c1c232241249c238c143bcb9e.tar.xz kernel-qcow2-linux-3c546728df983c3c1c232241249c238c143bcb9e.zip |
wimax/i2400m: remove redundant variables ack_status, bcf and protocol
Variables ack_status, bcf and protocol are being assigned but are
never used hence they are redundant and can be removed.
Also declare ack_type as unsigned int rather than unsigned to clean
up a checkpatch warning.
Cleans up clang warnings:
warning: variable 'ack_status' set but not used [-Wunused-but-set-variable]
warning: variable 'bcf' set but not used [-Wunused-but-set-variable]
warning: variable 'protocol' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wimax/i2400m/usb-fw.c')
0 files changed, 0 insertions, 0 deletions