linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] staging: kpc2000: fix platform_no_drv_owner.cocci warnings
@ 2019-04-24  2:51 YueHaibing
  0 siblings, 0 replies; only message in thread
From: YueHaibing @ 2019-04-24  2:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: YueHaibing, devel, linux-kernel, kernel-janitors

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@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,






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-24  2:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24  2:51 [PATCH -next] staging: kpc2000: fix platform_no_drv_owner.cocci warnings YueHaibing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).