]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings
authorkbuild test robot <lkp@intel.com>
Wed, 22 May 2019 19:58:15 +0000 (03:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 May 2019 07:23:15 +0000 (09:23 +0200)
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: 43ad38191816 ("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>
drivers/staging/kpc2000/kpc2000_i2c.c

index 97e738349ba253a2a0feff527c53d49ce3086250..fb9a8386bcce4e840a4efe997c60ad794d142ffc 100644 (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,
        },
 };