* [PATCH] spi: fix platform_no_drv_owner.cocci warnings
[not found] <201710140534.s8rgtQDp%fengguang.wu@intel.com>
@ 2017-10-13 21:10 ` kbuild test robot
[not found] ` <20171013211040.GA11015-QGOtBMdtQC0FrBlDiA5jVhL4W9x8LtSr@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2017-10-13 21:10 UTC (permalink / raw)
To: Baolin Wang; +Cc: kbuild-all, Mark Brown, linux-spi, linux-kernel
drivers/spi/spi-sprd-adi.c:409: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: 7e2903cb91df ("spi: Add ADI driver for Spreadtrum platform")
CC: Baolin Wang <baolin.wang@spreadtrum.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
spi-sprd-adi.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/spi/spi-sprd-adi.c
+++ b/drivers/spi/spi-sprd-adi.c
@@ -406,7 +406,6 @@ MODULE_DEVICE_TABLE(of, sprd_adi_of_matc
static struct platform_driver sprd_adi_driver = {
.driver = {
.name = "sprd-adi",
- .owner = THIS_MODULE,
.of_match_table = sprd_adi_of_match,
},
.probe = sprd_adi_probe,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Applied "spi: sprd-adi: fix platform_no_drv_owner.cocci warnings" to the spi tree
[not found] ` <20171013211040.GA11015-QGOtBMdtQC0FrBlDiA5jVhL4W9x8LtSr@public.gmane.org>
@ 2017-10-13 21:16 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2017-10-13 21:16 UTC (permalink / raw)
To: Wu Fengguang
Cc: Fengguang Wu, Mark Brown, Baolin Wang, kbuild-all-JC7UmRfGjtg,
Mark Brown, linux-spi-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-spi-u79uwXL29TY76Z2rM5mHXA
The patch
spi: sprd-adi: fix platform_no_drv_owner.cocci warnings
has been applied to the spi tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From 8955b26d227263a0938daae77f981da927e19513 Mon Sep 17 00:00:00 2001
From: Wu Fengguang <fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Date: Sat, 14 Oct 2017 05:10:40 +0800
Subject: [PATCH] spi: sprd-adi: fix platform_no_drv_owner.cocci warnings
drivers/spi/spi-sprd-adi.c:409: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: 7e2903cb91df ("spi: Add ADI driver for Spreadtrum platform")
Signed-off-by: Fengguang Wu <fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
drivers/spi/spi-sprd-adi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/spi-sprd-adi.c b/drivers/spi/spi-sprd-adi.c
index 1324463244d3..6a5ff3003044 100644
--- a/drivers/spi/spi-sprd-adi.c
+++ b/drivers/spi/spi-sprd-adi.c
@@ -406,7 +406,6 @@ MODULE_DEVICE_TABLE(of, sprd_adi_of_match);
static struct platform_driver sprd_adi_driver = {
.driver = {
.name = "sprd-adi",
- .owner = THIS_MODULE,
.of_match_table = sprd_adi_of_match,
},
.probe = sprd_adi_probe,
--
2.14.1
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-13 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201710140534.s8rgtQDp%fengguang.wu@intel.com>
2017-10-13 21:10 ` [PATCH] spi: fix platform_no_drv_owner.cocci warnings kbuild test robot
[not found] ` <20171013211040.GA11015-QGOtBMdtQC0FrBlDiA5jVhL4W9x8LtSr@public.gmane.org>
2017-10-13 21:16 ` Applied "spi: sprd-adi: fix platform_no_drv_owner.cocci warnings" to the spi tree Mark Brown
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).