commit | 005c1c0eac82d76214581e9698ee183c2df9f3c6 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Jul 07 13:47:06 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 07 22:07:21 2018 +0900 |
tree | f11947c957ed0f7a18716a980982993ffc0c6c13 | |
parent | 676dce64dd48f4eb3e5710305109712e35a612a0 [diff] |
drivers: net: lmc: remove redundant variable next_rx Variable next_rx is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'next_rx' 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>