staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings

drivers/staging/kpc2000/kpc2000_i2c.c:652: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: 43ad381918 ("staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c")
CC: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
kbuild test robot
2019-05-23 03:58:15 +08:00
committed by Greg Kroah-Hartman
parent 2a8af420e7
commit 99bf7761b7

View File

@@ -649,7 +649,6 @@ static struct platform_driver i2c_plat_driver_i = {
.remove = pi2c_remove,
.driver = {
.name = KP_DRIVER_NAME_I2C,
.owner = THIS_MODULE,
},
};