From: kbuild test robot Date: Wed, 22 May 2019 19:58:15 +0000 (+0800) Subject: staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=99bf7761b7cd9c529486a52df37deecf3bf0ebe5;p=linux.git 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: 43ad38191816 ("staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c") CC: Geordan Neukum Signed-off-by: kbuild test robot Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/kpc2000/kpc2000_i2c.c b/drivers/staging/kpc2000/kpc2000_i2c.c index 97e738349ba25..fb9a8386bcce4 100644 --- a/drivers/staging/kpc2000/kpc2000_i2c.c +++ b/drivers/staging/kpc2000/kpc2000_i2c.c @@ -649,7 +649,6 @@ static struct platform_driver i2c_plat_driver_i = { .remove = pi2c_remove, .driver = { .name = KP_DRIVER_NAME_I2C, - .owner = THIS_MODULE, }, };