commit | 713746bb2866838bad96da3965daaa6d87dce38b | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Sep 20 02:41:30 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 19 23:10:07 2018 -0700 |
tree | 8555990772465906f238e1eb3e7b2630f5022052 | |
parent | da2cfbd3e75675f19363a0f16c4234b462dd5bcc [diff] |
atl1: remove set but not used variable 'advertising' Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/ethernet/atheros/atlx/atl1.c: In function 'atl1_set_link_ksettings': drivers/net/ethernet/atheros/atlx/atl1.c:3280:6: warning: variable 'advertising' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>