wifi: wl1251: simplify module initialization
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 29 Mar 2024 17:10:17 +0000 (18:10 +0100)
committerKalle Valo <kvalo@kernel.org>
Fri, 5 Apr 2024 08:59:38 +0000 (11:59 +0300)
commit718fcb7d7b3f9769b2cc35e90a97929047ae31b4
treeda80c1e221f844056f5d4f8d51d298200c5997bb
parent73ec84df346938cc28485d98d7ca8ba1869d2c5e
wifi: wl1251: simplify module initialization

This driver's initialization functions do not perform any custom code,
except printing messages.  Printing messages on modules
loading/unloading is discouraged because it pollutes the dmesg
regardless whether user actually has this device.  Core kernel code
already gives tools to investigate whether module was loaded or not.

Drop the printing messages which allows to replace open-coded
module_sdio_driver().

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240329171019.63836-4-krzysztof.kozlowski@linaro.org
drivers/net/wireless/ti/wl1251/sdio.c