wimax/i2400m: remove redundant variables ack_status, bcf and protocol
authorColin Ian King <colin.king@canonical.com>
Mon, 9 Jul 2018 12:23:13 +0000 (13:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2018 05:54:25 +0000 (22:54 -0700)
commit3c546728df983c3c1c232241249c238c143bcb9e
treef56d661d3c0f68b78d9ae0e9c877aa49a7eddb89
parent01e866bf07fbb10e96bff46ea1e5e0410d6e40b9
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>
drivers/net/wimax/i2400m/control.c
drivers/net/wimax/i2400m/fw.c
drivers/net/wimax/i2400m/netdev.c