Thread (3 messages) 3 messages, 2 authors, 2016-01-10

[PATCH] fix platform_no_drv_owner.cocci warnings

From: kbuild test robot <hidden>
Date: 2016-01-10 10:36:32
Also in: linux-gpio, linux-watchdog, lkml

drivers/i2c/busses/imanager-i2c.c:228:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Richard Vidal-Dorsch <redacted>
Signed-off-by: Fengguang Wu <redacted>
---

 imanager-i2c.c |    1 -
 1 file changed, 1 deletion(-)
--- a/drivers/i2c/busses/imanager-i2c.c
+++ b/drivers/i2c/busses/imanager-i2c.c
@@ -225,7 +225,6 @@ static int imanager_i2c_remove(struct pl
 
 static struct platform_driver imanager_i2c_driver = {
 	.driver = {
-		.owner = THIS_MODULE,
 		.name  = "imanager_i2c",
 	},
 	.probe	= imanager_i2c_probe,
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help