All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: alsa-devel@alsa-project.org, lgirdwood@gmail.com,
	paul.handrigan@cirrus.com, broonie@kernel.org, kbuild-all@01.org,
	Tim Howe <tim.howe@cirrus.com>
Subject: [PATCH] ASoC: cs53l30: fix platform_no_drv_owner.cocci warnings
Date: Tue, 26 Jan 2016 10:14:18 +0800	[thread overview]
Message-ID: <20160126021418.GA92913@lkp-hsx03.intel.com> (raw)
In-Reply-To: <1453763683-10009-1-git-send-email-tim.howe@cirrus.com>

sound/soc/codecs/cs53l30.c:921:6-11: 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: Tim Howe <tim.howe@cirrus.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 cs53l30.c |    1 -
 1 file changed, 1 deletion(-)

--- a/sound/soc/codecs/cs53l30.c
+++ b/sound/soc/codecs/cs53l30.c
@@ -918,7 +918,6 @@ MODULE_DEVICE_TABLE(i2c, cs53l30_id);
 static struct i2c_driver cs53l30_i2c_driver = {
 	.driver = {
 		   .name = "cs53l30",
-		   .owner = THIS_MODULE,
 		   },
 	.id_table = cs53l30_id,
 	.probe = cs53l30_i2c_probe,

  reply	other threads:[~2016-01-26  2:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-26  2:14 [PATCH v3] ASoC: cs53l30: Add support for Cirrus Logic CS53L30 kbuild test robot
2016-01-25 23:14 ` tim.howe
2016-01-26  2:14   ` kbuild test robot [this message]
2016-01-27 10:09   ` Charles Keepax
2016-02-05 18:37   ` Mark Brown

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=20160126021418.GA92913@lkp-hsx03.intel.com \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=paul.handrigan@cirrus.com \
    --cc=tim.howe@cirrus.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.