[PATCH -next] staging: kpc2000: fix platform_no_drv_owner.cocci warnings

YueHaibing yuehaibing at huawei.com
Wed Apr 24 02:51:41 UTC 2019


Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: YueHaibing <yuehaibing at huawei.com>
---
 drivers/staging/kpc2000/kpc_spi/spi_driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/kpc2000/kpc_spi/spi_driver.c b/drivers/staging/kpc2000/kpc_spi/spi_driver.c
index b38149b752fb..63b4616bf538 100644
--- a/drivers/staging/kpc2000/kpc_spi/spi_driver.c
+++ b/drivers/staging/kpc2000/kpc_spi/spi_driver.c
@@ -496,7 +496,6 @@ kp_spi_remove(struct platform_device *pldev)
 static struct platform_driver kp_spi_driver = {
     .driver = {
         .name =     KP_DRIVER_NAME_SPI,
-        .owner =    THIS_MODULE,
     },
     .probe =    kp_spi_probe,
     .remove =   kp_spi_remove,







More information about the devel mailing list