aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aurora
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-07-04 12:45:53 +0100
committerDavid S. Miller <davem@davemloft.net>2018-07-05 20:03:29 +0900
commit8e15268e3d931944675e6a7ed69c1cda60faa718 (patch)
tree19e0486a5d55e7db5ad3c32d370b3d08b98e95b0 /drivers/net/ethernet/aurora
parentMerge branch 'devlink-Add-configuration-parameters-support' (diff)
downloadlinux-dev-8e15268e3d931944675e6a7ed69c1cda60faa718.tar.xz
linux-dev-8e15268e3d931944675e6a7ed69c1cda60faa718.zip
qlogic: netxen: remove various redundant variables
Variables consumer, cmd_desc, end_cnt and no_of_desc are being assigned but are never used hence they are redundant and can be removed. Cleans up clang warnings: warning: variable 'consumer' set but not used [-Wunused-but-set-variable] warning: variable 'cmd_desc' set but not used [-Wunused-but-set-variable] warning: variable 'end_cnt' set but not used [-Wunused-but-set-variable] warning: variable 'no_of_desc' 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/ethernet/aurora')
0 files changed, 0 insertions, 0 deletions