[PATCH] fix platform_no_drv_owner.cocci warnings
From: kbuild test robot <hidden>
Date: 2018-12-30 05:12:43
From: kbuild test robot <redacted>
drivers/gpio/gw_i2c_pld.c:351: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
Fixes: 443f1c782cc7 ("GW i2c PLF GPIO")
Signed-off-by: kbuild test robot <redacted>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ixp4
head: fd04bd59327ab42cfa79c1a5aaa3160fc4821402
commit: 443f1c782cc742e40a1ef4cb2bca0afa2fea9baf [4/9] GW i2c PLF GPIO
gw_i2c_pld.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/gpio/gw_i2c_pld.c
+++ b/drivers/gpio/gw_i2c_pld.c@@ -348,7 +348,6 @@ static int gw_i2c_pld_remove(struct i2c_ static struct i2c_driver gw_i2c_pld_driver = { .driver = { .name = "gw_i2c_pld", - .owner = THIS_MODULE, }, .probe = gw_i2c_pld_probe, .remove = gw_i2c_pld_remove,
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel