can: raw: Remove NULL check before dev_{put, hold}
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 25 Aug 2023 06:46:56 +0000 (14:46 +0800)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 4 Oct 2023 10:25:12 +0000 (12:25 +0200)
commitdd8bb80308c474ea0e7ddb244962cb2d7001bae2
tree74fee354bdad464bafa2cbecb7629e51b2f29aa7
parent2806d74deb42f7a253a40d032153c628f37c19ce
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>
net/can/raw.c