From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, maxime.ripard@free-electrons.com,
lgirdwood@gmail.com, linux-arm-kernel@lists.infradead.org,
broonie@kernel.org, linux-sunxi@googlegroups.com,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
be17068@iperbole.bo.it, Marcus Cooper <codekipper@gmail.com>
Subject: [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings
Date: Thu, 1 Oct 2015 02:26:34 +0800 [thread overview]
Message-ID: <20150930182634.GA150317@lkp-ib03> (raw)
In-Reply-To: <1443635458-8873-5-git-send-email-codekipper@gmail.com>
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,
next prev parent reply other threads:[~2015-09-30 18:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 17:50 [PATCH v2 0/4] Add SPDIF support for Allwinner SoCs codekipper-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <1443635458-8873-1-git-send-email-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-30 17:50 ` [PATCH v2 1/4] dt-bindings: add sunxi SPDIF transceiver bindings codekipper-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <1443635458-8873-2-git-send-email-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-01 20:12 ` Maxime Ripard
2015-10-02 5:24 ` Code Kipper
[not found] ` <CAEKpxB=kdmrbeiq8M=dXmpccxOhd7UZTaMkLZGo9TdRB1kMz3g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-05 8:41 ` Maxime Ripard
2015-10-05 10:40 ` Code Kipper
2015-09-30 17:50 ` [PATCH v2 2/4] dt-binding: Add sunxi S/PDIF machine driver codekipper-Re5JQEeQqe8AvxtiuMwx3w
2015-09-30 17:50 ` [PATCH v2 3/4] ASoC: sunxi: Add " codekipper-Re5JQEeQqe8AvxtiuMwx3w
2015-09-30 17:50 ` [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block codekipper-Re5JQEeQqe8AvxtiuMwx3w
2015-09-30 18:26 ` kbuild test robot
2015-09-30 18:26 ` kbuild test robot [this message]
2015-09-30 18:52 ` [RFC PATCH] ASOC: sunxi: sun4i_snd_txctrl_on() can be static kbuild test robot
[not found] ` <1443635458-8873-5-git-send-email-codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-30 18:52 ` [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block kbuild test robot
2015-10-01 20:11 ` Maxime Ripard
2015-10-02 6:44 ` Code Kipper
[not found] ` <CAEKpxB=_coi06gaixgqpLm=AFbw2mPVLPim7HCk-T-Lnsgt6mw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-06 9:00 ` Maxime Ripard
2015-10-06 10:38 ` Code Kipper
[not found] ` <CAEKpxB=UZMe1=A7wguiyPn=YhuUaj8B8Ajc0nADVFcHEWQgvvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-26 19:20 ` Maxime Ripard
-- strict thread matches above, loose matches on Subject: below --
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
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150930182634.GA150317@lkp-ib03 \
--to=lkp@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=be17068@iperbole.bo.it \
--cc=broonie@kernel.org \
--cc=codekipper@gmail.com \
--cc=kbuild-all@01.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=maxime.ripard@free-electrons.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).