linux-stable/drivers/net/fjes
Colin Ian King b67030b139 fjes: use currently unused variable my_epid and max_epid
Variables my_epid and max_epid are currently assigned and not being
used - however, I suspect they were intended to be used in the for-loops
to reduce the dereferencing of hw.  Replace hw->my_epid and hw->max_epid
with these variables.

Cleans up clang warnings:
warning: variable 'my_epid' set but not used [-Wunused-but-set-variable]
variable 'max_epid' 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>
2018-07-05 19:34:21 +09:00
..
fjes.h
fjes_debugfs.c
fjes_ethtool.c
fjes_hw.c
fjes_hw.h
fjes_main.c fjes: use currently unused variable my_epid and max_epid 2018-07-05 19:34:21 +09:00
fjes_regs.h
fjes_trace.c
fjes_trace.h
Makefile