]> 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)
commit4180b7202408da6b479dcbea27cc7b0f6d6fe5ba
tree86ed5b3a31124ffff45538dc93d67351ee653b57
parentad2bd1adaeccda2bbce08ec4d840365f0671abf3
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