diff options
author | luo penghao <cgel.zte@gmail.com> | 2021-10-18 11:55:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-19 15:10:44 +0300 |
commit | 3c71e0c9ab4f428f4daeb451f6f7008a979f154a (patch) | |
tree | 15494e160a08e156a4b19cfd5b7ddfed01dc384c /net | |
parent | 92817dad7dcb781561dcebbf1b19a177774d84c2 (diff) | |
download | linux-3c71e0c9ab4f428f4daeb451f6f7008a979f154a.tar.xz |
ethernet: Remove redundant statement
The variable will be assigned again later in the if condition,
there is no meaning there.
drivers/net/ethernet/broadcom/tg3.c:5750:2 warning:
Value stored to 'current_link_up' is never read.
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: luo penghao <luo.penghao@zte.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions