drivers/mfd/act8945a.c:100:6-11: 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: Wenyou Yang <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
---

 act8945a.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/mfd/act8945a.c
+++ b/drivers/mfd/act8945a.c
@@ -97,7 +97,6 @@ MODULE_DEVICE_TABLE(of, act8945a_of_matc
 static struct i2c_driver act8945a_i2c_driver = {
        .driver = {
                   .name = "act8945a",
-                  .owner = THIS_MODULE,
                   .of_match_table = of_match_ptr(act8945a_of_match),
        },
        .probe = act8945a_i2c_probe,

Reply via email to