Skip to content

Commit 493a31e

Browse files
YueHaibingbroonie
authored andcommitted
regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 5b379b2 commit 493a31e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/vqmmc-ipq4019-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ static struct platform_driver ipq4019_regulator_driver = {
9191
.probe = ipq4019_regulator_probe,
9292
.driver = {
9393
.name = "vqmmc-ipq4019-regulator",
94-
.owner = THIS_MODULE,
9594
.of_match_table = of_match_ptr(regulator_ipq4019_of_match),
9695
},
9796
};

0 commit comments

Comments
 (0)