diff mbox series

spi: npcm: fix platform_no_drv_owner.cocci warnings

Message ID 20181115071113.GA99225@ivb43 (mailing list archive)
State New, archived
Headers show
Series spi: npcm: fix platform_no_drv_owner.cocci warnings | expand

Commit Message

Fengguang Wu Nov. 15, 2018, 7:11 a.m. UTC
From: kbuild test robot <fengguang.wu@intel.com>

drivers/spi/spi-npcm-pspi.c:470: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: 2a22f1b30cee ("spi: npcm: add NPCM PSPI controller driver")
CC: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   f4ad10924cb922842beafe644dd1b2aa8fa55189
commit: 2a22f1b30cee8d1e104a6c5062a609bedbfd5c39 [2986/3290] spi: npcm: add NPCM PSPI controller driver

 spi-npcm-pspi.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

--- a/drivers/spi/spi-npcm-pspi.c
+++ b/drivers/spi/spi-npcm-pspi.c
@@ -467,7 +467,6 @@  static struct platform_driver npcm_pspi_
 	.driver		= {
 		.name		= DRIVER_NAME,
 		.of_match_table	= npcm_pspi_match,
-		.owner		= THIS_MODULE,
 	},
 	.probe		= npcm_pspi_probe,
 	.remove		= npcm_pspi_remove,