diff options
author | luo penghao <cgel.zte@gmail.com> | 2021-10-21 06:40:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-21 12:48:59 +0100 |
commit | 50af5969bb22bb8ea757f87934c2478715afa854 (patch) | |
tree | 761f361e0da920520a20e83a83063c9fd709bc26 /drivers/net/ethernet/amd/sun3lance.c | |
parent | c5c6e589a8c811c7f20024cc22209ae984fc2b98 (diff) | |
download | linux-50af5969bb22bb8ea757f87934c2478715afa854.tar.gz linux-50af5969bb22bb8ea757f87934c2478715afa854.tar.bz2 linux-50af5969bb22bb8ea757f87934c2478715afa854.zip |
net/core: Remove unused assignment operations and variable
Although if_info_size is assigned, it has not been used. And the variable
should also be deleted.
The clang_analyzer complains as follows:
net/core/rtnetlink.c:3806: warning:
Although the value stored to 'if_info_size' is used in the enclosing
expression, the value is never actually read from 'if_info_size'.
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: luo penghao <luo.penghao@zte.com.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/amd/sun3lance.c')
0 files changed, 0 insertions, 0 deletions