[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150115090544.GA9368@waimea>
Date: Thu, 15 Jan 2015 17:05:44 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Yibo Cai <yibo.cai@....com>
Cc: kbuild-all@...org, Barry Song <Barry.Song@....com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
alsa-devel@...a-project.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ASoC: sirf: fix platform_no_drv_owner.cocci warnings
sound/soc/sirf/sirf-atlas7-cs42xx8.c:192: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: Yibo Cai <yibo.cai@....com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
sirf-atlas7-cs42xx8.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/sirf/sirf-atlas7-cs42xx8.c
+++ b/sound/soc/sirf/sirf-atlas7-cs42xx8.c
@@ -189,7 +189,6 @@ MODULE_DEVICE_TABLE(of, sirf_hdmi_card_o
static struct platform_driver sirf_hdmi_card_driver = {
.driver = {
.name = "sirf-hdmi-card",
- .owner = THIS_MODULE,
.pm = &snd_soc_pm_ops,
.of_match_table = sirf_hdmi_card_of_match,
},
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists