]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath6kl: sdio: simplify module initialization
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 29 Mar 2024 17:10:15 +0000 (18:10 +0100)
committerKalle Valo <quic_kvalo@quicinc.com>
Thu, 4 Apr 2024 10:12:57 +0000 (13:12 +0300)
commit565759ce814ab91ea3e32403aa05bd67d061856e
tree287e33c7d829048b4f604f69658b2a1cd60c2b40
parentcbb0697e0ded488b7fb001912474bf1dc1c982b4
wifi: ath6kl: sdio: 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 <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240329171019.63836-2-krzysztof.kozlowski@linaro.org
drivers/net/wireless/ath/ath6kl/sdio.c