* [PATCH] ASoC: sirf: atlas7: fix platform_no_drv_owner.cocci warnings
[not found] <201502080606.gsrhSC8Q%fengguang.wu@intel.com>
@ 2015-02-07 22:58 ` kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-02-07 22:58 UTC (permalink / raw)
To: linux-arm-kernel
sound/soc/sirf/atlas7-iacc.c:625: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: Rongjun Ying <rongjun.ying@csr.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
atlas7-iacc.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/sirf/atlas7-iacc.c
+++ b/sound/soc/sirf/atlas7-iacc.c
@@ -622,7 +622,6 @@ static const struct dev_pm_ops atlas7_ia
static struct platform_driver atlas7_iacc_driver = {
.driver = {
.name = "sirf-atlas7-iacc",
- .owner = THIS_MODULE,
.of_match_table = atlas7_iacc_of_match,
.pm = &atlas7_iacc_pm_ops,
},
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-07 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201502080606.gsrhSC8Q%fengguang.wu@intel.com>
2015-02-07 22:58 ` [PATCH] ASoC: sirf: atlas7: 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;
as well as URLs for NNTP newsgroup(s).