* [asoc:topic/sunxi 2/2] sound/soc/sunxi/sun4i-codec.c:708:3-8: No need to set .owner here. The core will do it.
@ 2015-09-16 20:55 kbuild test robot
2015-09-16 20:55 ` [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
0 siblings, 1 reply; 6+ messages in thread
From: kbuild test robot @ 2015-09-16 20:55 UTC (permalink / raw)
To: Emilio López; +Cc: Maxime Ripard, Mark Brown, kbuild-all, alsa-devel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/sunxi
head: 45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb
commit: 45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb [2/2] ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs
coccinelle warnings: (new ones prefixed by >>)
>> sound/soc/sunxi/sun4i-codec.c:708:3-8: No need to set .owner here. The core will do it.
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings
2015-09-16 20:55 [asoc:topic/sunxi 2/2] sound/soc/sunxi/sun4i-codec.c:708:3-8: No need to set .owner here. The core will do it kbuild test robot
@ 2015-09-16 20:55 ` kbuild test robot
2015-09-17 13:32 ` Maxime Ripard
2015-09-17 17:36 ` Applied "ASoC: sunxi: fix platform_no_drv_owner.cocci warnings" to the asoc tree Mark Brown
0 siblings, 2 replies; 6+ messages in thread
From: kbuild test robot @ 2015-09-16 20:55 UTC (permalink / raw)
To: Emilio López
Cc: alsa-devel, linux-kernel, Takashi Iwai, Liam Girdwood, Mark Brown,
kbuild-all, Maxime Ripard, linux-arm-kernel
sound/soc/sunxi/sun4i-codec.c:708: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
CC: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
sun4i-codec.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -705,7 +705,6 @@ static int sun4i_codec_remove(struct pla
static struct platform_driver sun4i_codec_driver = {
.driver = {
.name = "sun4i-codec",
- .owner = THIS_MODULE,
.of_match_table = sun4i_codec_of_match,
},
.probe = sun4i_codec_probe,
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings
2015-09-16 20:55 ` [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
@ 2015-09-17 13:32 ` Maxime Ripard
2015-09-17 17:36 ` Applied "ASoC: sunxi: fix platform_no_drv_owner.cocci warnings" to the asoc tree Mark Brown
1 sibling, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2015-09-17 13:32 UTC (permalink / raw)
To: kbuild test robot
Cc: Emilio López, kbuild-all, Mark Brown, alsa-devel,
Liam Girdwood, Jaroslav Kysela, Takashi Iwai, linux-arm-kernel,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
On Thu, Sep 17, 2015 at 04:55:55AM +0800, kbuild test robot wrote:
> sound/soc/sunxi/sun4i-codec.c:708: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
>
> CC: Emilio López <emilio@elopez.com.ar>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Applied "ASoC: sunxi: fix platform_no_drv_owner.cocci warnings" to the asoc tree
2015-09-16 20:55 ` [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-09-17 13:32 ` Maxime Ripard
@ 2015-09-17 17:36 ` Mark Brown
1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2015-09-17 17:36 UTC (permalink / raw)
To: Fengguang Wu, Mark Brown; +Cc: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]
The patch
ASoC: sunxi: fix platform_no_drv_owner.cocci warnings
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.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 31f4f0c640bd2d144ab16666c76d45f173f952f5 Mon Sep 17 00:00:00 2001
From: kbuild test robot <fengguang.wu@intel.com>
Date: Thu, 17 Sep 2015 04:55:55 +0800
Subject: [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
sound/soc/sunxi/sun4i-codec.c:708: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
CC: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
sound/soc/sunxi/sun4i-codec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c
index 6e83e62..8d59d83 100644
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -705,7 +705,6 @@ static int sun4i_codec_remove(struct platform_device *pdev)
static struct platform_driver sun4i_codec_driver = {
.driver = {
.name = "sun4i-codec",
- .owner = THIS_MODULE,
.of_match_table = sun4i_codec_of_match,
},
.probe = sun4i_codec_probe,
--
2.5.0
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings
2015-09-30 17:50 ` codekipper-Re5JQEeQqe8AvxtiuMwx3w
@ 2015-09-30 18:26 ` kbuild test robot
0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2015-09-30 18:26 UTC (permalink / raw)
Cc: kbuild-all, maxime.ripard, lgirdwood, linux-arm-kernel, broonie,
linux-sunxi, linux-kernel, alsa-devel, be17068, Marcus Cooper
sound/soc/sunxi/sun4i-spdif.c:599: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
CC: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
sun4i-spdif.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/sunxi/sun4i-spdif.c
+++ b/sound/soc/sunxi/sun4i-spdif.c
@@ -596,7 +596,6 @@ static int sun4i_spdif_remove(struct pla
static struct platform_driver sun4i_spdif_driver = {
.driver = {
.name = "sun4i-spdif",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(sun4i_spdif_of_match),
},
.probe = sun4i_spdif_probe,
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings
[not found] ` <1454424594-25208-3-git-send-email-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-02-02 16:01 ` kbuild test robot
0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2016-02-02 16:01 UTC (permalink / raw)
Cc: kbuild-all-JC7UmRfGjtg,
maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw,
lgirdwood-Re5JQEeQqe8AvxtiuMwx3w, broonie-DgEjT+Ai2ygdnm+yROfE0A,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw, be17068-p0aYb1w59bq9tCD/VL7h6Q,
Marcus Cooper
sound/soc/sunxi/sun4i-spdif.c:572: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
CC: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Signed-off-by: Fengguang Wu <fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
sun4i-spdif.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/sunxi/sun4i-spdif.c
+++ b/sound/soc/sunxi/sun4i-spdif.c
@@ -569,7 +569,6 @@ static const struct dev_pm_ops sun4i_spd
static struct platform_driver sun4i_spdif_driver = {
.driver = {
.name = "sun4i-spdif",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(sun4i_spdif_of_match),
.pm = &sun4i_spdif_pm,
},
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-02-02 16:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 20:55 [asoc:topic/sunxi 2/2] sound/soc/sunxi/sun4i-codec.c:708:3-8: No need to set .owner here. The core will do it kbuild test robot
2015-09-16 20:55 ` [PATCH] ASoC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-09-17 13:32 ` Maxime Ripard
2015-09-17 17:36 ` Applied "ASoC: sunxi: fix platform_no_drv_owner.cocci warnings" to the asoc tree Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2015-09-30 18:26 [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block kbuild test robot
2015-09-30 17:50 ` codekipper-Re5JQEeQqe8AvxtiuMwx3w
2015-09-30 18:26 ` [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
2016-02-02 16:01 [PATCH v3 2/2] ASOC: sunxi: Add support for the SPDIF block kbuild test robot
[not found] ` <1454424594-25208-3-git-send-email-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-02-02 16:01 ` [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
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).