Skip to content

Commit 2430127

Browse files
krzkUlf Hansson
authored andcommitted
wifi: mwifiex: 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: Kalle Valo <kvalo@kernel.org> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://lore.kernel.org/r/20240403-module-owner-sdio-v2-6-ae46d6b955eb@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 782bfc1 commit 2430127

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/net/wireless/marvell/mwifiex

drivers/net/wireless/marvell/mwifiex/sdio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ static struct sdio_driver mwifiex_sdio = {
979979
.probe = mwifiex_sdio_probe,
980980
.remove = mwifiex_sdio_remove,
981981
.drv = {
982-
.owner = THIS_MODULE,
983982
.coredump = mwifiex_sdio_coredump,
984983
.pm = &mwifiex_sdio_pm_ops,
985984
}

0 commit comments

Comments
 (0)