Bluetooth: btmtksdio: 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> Link: https://lore.kernel.org/r/20240403-module-owner-sdio-v2-2-ae46d6b955eb@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
8a4a4c4b2a
commit
327e3d0bfa
@ -1519,7 +1519,6 @@ static struct sdio_driver btmtksdio_driver = {
|
||||
.remove = btmtksdio_remove,
|
||||
.id_table = btmtksdio_table,
|
||||
.drv = {
|
||||
.owner = THIS_MODULE,
|
||||
.pm = BTMTKSDIO_PM_OPS,
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user