All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warnings
@ 2020-01-16  2:33 ` YueHaibing
  0 siblings, 0 replies; 4+ messages in thread
From: YueHaibing @ 2020-01-16  2:33 UTC (permalink / raw)
  To: Liam Girdwood, Robert Marko, Axel Lin, Mark Brown
  Cc: YueHaibing, linux-kernel, kernel-janitors

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 <yuehaibing@huawei.com>
---
 drivers/regulator/vqmmc-ipq4019-regulator.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/regulator/vqmmc-ipq4019-regulator.c b/drivers/regulator/vqmmc-ipq4019-regulator.c
index 685b585b39a1..6d5ae25d08d1 100644
--- a/drivers/regulator/vqmmc-ipq4019-regulator.c
+++ b/drivers/regulator/vqmmc-ipq4019-regulator.c
@@ -91,7 +91,6 @@ static struct platform_driver ipq4019_regulator_driver = {
 	.probe = ipq4019_regulator_probe,
 	.driver = {
 		.name = "vqmmc-ipq4019-regulator",
-		.owner = THIS_MODULE,
 		.of_match_table = of_match_ptr(regulator_ipq4019_of_match),
 	},
 };




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-17 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16  2:33 [PATCH -next] regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warnings YueHaibing
2020-01-16  2:33 ` YueHaibing
2020-01-17 15:44 ` Applied "regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warnings" to the regulator tree Mark Brown
2020-01-17 15:44   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.