Skip to content

Commit 91fe9ed

Browse files
krzkUlf Hansson
authored andcommitted
wifi: ath10k: sdio: drop driver owner initialization
Core in sdio_register_driver() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240403-module-owner-sdio-v2-4-ae46d6b955eb@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 04792c1 commit 91fe9ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/net/wireless/ath/ath10k

drivers/net/wireless/ath/ath10k/sdio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,6 @@ static struct sdio_driver ath10k_sdio_driver = {
26672667
.probe = ath10k_sdio_probe,
26682668
.remove = ath10k_sdio_remove,
26692669
.drv = {
2670-
.owner = THIS_MODULE,
26712670
.pm = ATH10K_SDIO_PM_OPS,
26722671
},
26732672
};

0 commit comments

Comments
 (0)