diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-07-27 08:57:41 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-07-29 16:58:00 +0100 |
commit | 64a37272fa5fb2d951ebd1a96fd42b045d64924c (patch) | |
tree | 8eaa211ae0e1c23791314520ed0b532e89b5eaf9 /rust | |
parent | 88efedf517e69a4b12e4dd40c44c2e298f53fa83 (diff) | |
download | linux-stable-64a37272fa5fb2d951ebd1a96fd42b045d64924c.tar.gz linux-stable-64a37272fa5fb2d951ebd1a96fd42b045d64924c.tar.bz2 linux-stable-64a37272fa5fb2d951ebd1a96fd42b045d64924c.zip |
team: Remove NULL check before dev_{put, hold}
The call netdev_{put, hold} of dev_{put, hold} will check NULL,
so there is no need to check before using dev_{put, hold},
remove it to silence the warning:
./drivers/net/team/team.c:2325:3-10: WARNING: NULL check before dev_{put, hold} functions is not needed.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5991
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions