diff options
author | luo penghao <luo.penghao@zte.com.cn> | 2021-12-30 06:26:44 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-12-30 13:29:14 +0000 |
commit | c09f103e89f4554b17c68c3a0a50140fc9133352 (patch) | |
tree | 60c88614a2ce022372fbb7a96842ff4e7e853f58 /drivers/infiniband | |
parent | dda0c2e7ed21d7db1568920366e616c6c037b814 (diff) | |
download | linux-c09f103e89f4554b17c68c3a0a50140fc9133352.tar.bz2 |
ethtool: Remove redundant ret assignments
The assignment here will be overwritten, so it should be deleted
The clang_analyzer complains as follows:
net/ethtool/netlink.c:
Value stored to 'ret' 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 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions