diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-05 12:05:25 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-05 20:07:40 +0900 |
commit | 4ed88df766704633459d8fddce1c1c87e1acb844 (patch) | |
tree | 6b56b4cbfb80be933a4c4095ebd4748c4c7f9aae /LICENSES | |
parent | 2727eac605bb4787ae43eff6e022196f5297e329 (diff) | |
download | linux-4ed88df766704633459d8fddce1c1c87e1acb844.tar.bz2 |
net: ethernet: sun: remove redundant variables adv and lpa and mii_reads
Variables adv and lpa are being assigned but are never used hence they
are redundant and can be removed. Also remove the unncessary mii_reads
too.
Cleans up clang warnings:
warning: variable 'lpa' set but not used [-Wunused-but-set-variable]
warning: variable 'adv' 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 'LICENSES')
0 files changed, 0 insertions, 0 deletions