Re: [PATCH 1/6] wifi: ath10k: sdio: simplify module initialization

2024-04-03 Thread Kalle Valo
Krzysztof Kozlowski writes: > On 03/04/2024 15:50, Kalle Valo wrote: > >> Jeff Johnson writes: >> >>> On 3/29/2024 10:10 AM, Krzysztof Kozlowski wrote: This driver's initialization functions do not perform any custom code, except printing messages. Printing messages on modules

Re: [PATCH 1/6] wifi: ath10k: sdio: simplify module initialization

2024-04-03 Thread Krzysztof Kozlowski
On 03/04/2024 15:50, Kalle Valo wrote: > Jeff Johnson writes: > >> On 3/29/2024 10:10 AM, Krzysztof Kozlowski wrote: >>> This driver's initialization functions do not perform any custom code, >>> except printing messages. Printing messages on modules >>> loading/unloading is discouraged because

Re: [PATCH 1/6] wifi: ath10k: sdio: simplify module initialization

2024-04-03 Thread Krzysztof Kozlowski
On 03/04/2024 15:50, Kalle Valo wrote: > Jeff Johnson writes: > >> On 3/29/2024 10:10 AM, Krzysztof Kozlowski wrote: >>> This driver's initialization functions do not perform any custom code, >>> except printing messages. Printing messages on modules >>> loading/unloading is discouraged because

Re: [PATCH 1/6] wifi: ath10k: sdio: simplify module initialization

2024-04-03 Thread Kalle Valo
Jeff Johnson writes: > On 3/29/2024 10:10 AM, Krzysztof Kozlowski wrote: >> 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

Re: [PATCH 1/6] wifi: ath10k: sdio: simplify module initialization

2024-03-29 Thread Jeff Johnson
On 3/29/2024 10:10 AM, Krzysztof Kozlowski wrote: > 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.

[PATCH 1/6] wifi: ath10k: sdio: simplify module initialization

2024-03-29 Thread Krzysztof Kozlowski
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