linux-imx/drivers/net/wireless/rsi
Krzysztof Kozlowski 73ec84df34 wifi: rsi: 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 <kvalo@kernel.org>
Link: https://msgid.link/20240329171019.63836-3-krzysztof.kozlowski@linaro.org
2024-04-05 11:59:38 +03:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
rsi_91x_coex.c wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions 2023-08-23 14:07:14 +03:00
rsi_91x_core.c wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port 2022-11-08 09:41:02 +02:00
rsi_91x_debugfs.c wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions 2023-08-23 14:07:14 +03:00
rsi_91x_hal.c wifi: rsi: rsi_91x_hal: Remove unnecessary conversions 2023-08-23 14:07:14 +03:00
rsi_91x_mac80211.c wifi: mac80211: introduce 'channel request' 2024-02-08 13:07:34 +01:00
rsi_91x_main.c wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions 2023-08-23 14:07:15 +03:00
rsi_91x_mgmt.c wifi: rsi: Slightly simplify rsi_set_channel() 2023-03-31 17:45:50 +03:00
rsi_91x_ps.c rsi: remove unused including <linux/version.h> 2021-04-13 14:51:41 -07:00
rsi_91x_sdio_ops.c wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions 2023-08-23 14:07:15 +03:00
rsi_91x_sdio.c wifi: rsi: sdio: simplify module initialization 2024-04-05 11:59:38 +03:00
rsi_91x_usb_ops.c wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions 2023-08-23 14:07:16 +03:00
rsi_91x_usb.c wifi: rsi: fix restricted __le32 degrades to integer sparse warnings 2024-02-05 20:16:29 +02:00
rsi_boot_params.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_coex.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_common.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_debugfs.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_hal.h wifi: rsi: Avoid defines prefixed with CONFIG 2023-02-13 19:24:10 +02:00
rsi_main.h rsi: fix rate mask set leading to P2P failure 2021-09-21 08:42:37 +03:00
rsi_mgmt.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_ps.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_sdio.h rsi: fix comment syntax in file headers 2021-04-18 09:27:35 +03:00
rsi_usb.h rsi: Fix out-of-bounds read in rsi_read_pkt() 2021-11-29 12:43:54 +02:00