* [PATCH] ASoC: sti-sas: fix platform_no_drv_owner.cocci warnings
[not found] <201507110850.cxqCNpZv%fengguang.wu@intel.com>
@ 2015-07-11 0:18 ` kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-07-11 0:18 UTC (permalink / raw)
To: Arnaud Pouliquen
Cc: kbuild-all, Mark Brown, alsa-devel, Liam Girdwood,
Jaroslav Kysela, Takashi Iwai, linux-kernel
sound/soc/codecs/sti-sas.c:616: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: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
sti-sas.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/codecs/sti-sas.c
+++ b/sound/soc/codecs/sti-sas.c
@@ -613,7 +613,6 @@ static int sti_sas_driver_remove(struct
static struct platform_driver sti_sas_platform_driver = {
.driver = {
.name = "sti-sas-codec",
- .owner = THIS_MODULE,
.of_match_table = sti_sas_dev_match,
},
.probe = sti_sas_driver_probe,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-11 6:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201507110850.cxqCNpZv%fengguang.wu@intel.com>
2015-07-11 0:18 ` [PATCH] ASoC: sti-sas: 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