]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: wl12xx: Drop if with an always false condition
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 15 Jul 2022 22:46:19 +0000 (00:46 +0200)
committerKalle Valo <kvalo@kernel.org>
Wed, 27 Jul 2022 12:51:53 +0000 (15:51 +0300)
commit77abae0155ea0eac2e57b5ebca7e5d780ece5eca
tree86ed5b3a31124ffff45538dc93d67351ee653b57
parent086990576a68607cfd81aadafd5029b73cb26a75
wifi: wl12xx: Drop if with an always false condition

The remove callback is only called after probe completed successfully.
In this case platform_set_drvdata() was called with a non-NULL argument
(in wlcore_probe()) and so wl is never NULL.

This is a preparation for making platform remove callbacks return void.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220715224619.ht7bbzzrmysielm7@pengutronix.de
drivers/net/wireless/ti/wl12xx/main.c