linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings
Date: Wed, 3 Feb 2016 00:01:15 +0800	[thread overview]
Message-ID: <20160202160114.GA234379@ivytown2> (raw)
In-Reply-To: <1454424594-25208-3-git-send-email-codekipper@gmail.com>

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

  parent reply	other threads:[~2016-02-02 16:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 14:49 [PATCH v3 0/2] Add SPDIF support for Allwinner SoCs codekipper at gmail.com
2016-02-02 14:49 ` [PATCH v3 1/2] dt-bindings: add sun4i SPDIF transceiver bindings codekipper at gmail.com
2016-02-02 22:31   ` Maxime Ripard
2016-02-03  7:26     ` Code Kipper
2016-02-02 14:49 ` [PATCH v3 2/2] ASOC: sunxi: Add support for the SPDIF block codekipper at gmail.com
2016-02-02 16:01   ` kbuild test robot
2016-02-02 16:01   ` kbuild test robot [this message]
2016-02-02 21:17   ` Maxime Ripard
2016-02-03  8:41     ` Code Kipper
2016-02-02 19:17 ` [PATCH v3 0/2] Add SPDIF support for Allwinner SoCs 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 at gmail.com
2015-09-30 18:26   ` [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot
     [not found] <201509170447.vzyqPoy7%fengguang.wu@intel.com>
2015-09-16 20:55 ` [PATCH] ASoC: " 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=20160202160114.GA234379@ivytown2 \
    --to=lkp@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).