diff options
author | 2023-08-25 14:46:56 +0800 | |
---|---|---|
committer | 2023-10-04 12:25:12 +0200 | |
commit | dd8bb80308c474ea0e7ddb244962cb2d7001bae2 (patch) | |
tree | 74fee354bdad464bafa2cbecb7629e51b2f29aa7 /drivers/net/macsec.c | |
parent | Merge patch series "can: etas_es58x: clean-up of new GCC W=1 and old checkpatch warnings" (diff) | |
download | wireguard-linux-dd8bb80308c474ea0e7ddb244962cb2d7001bae2.tar.xz wireguard-linux-dd8bb80308c474ea0e7ddb244962cb2d7001bae2.zip |
can: raw: 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:
./net/can/raw.c:497:2-9: 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=6231
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reported-by: Simon Horman <horms@kernel.org>
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Link: https://lore.kernel.org/all/20230825064656.87751-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/macsec.c')
0 files changed, 0 insertions, 0 deletions