aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/bytcr_dpcm_rt5640.c
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2014-12-21 22:34:50 +0800
committerMark Brown <broonie@kernel.org>2014-12-22 11:54:33 +0000
commit602129c8d1da0b2d43f2afae2ff7f1f2919f6eaa (patch)
tree2d98876aba133c18ddadca5ddb800f80ef8bb676 /sound/soc/intel/bytcr_dpcm_rt5640.c
parentASoC: Intel: fix platform_no_drv_owner.cocci warnings (diff)
downloadlinux-dev-602129c8d1da0b2d43f2afae2ff7f1f2919f6eaa.tar.xz
linux-dev-602129c8d1da0b2d43f2afae2ff7f1f2919f6eaa.zip
ASoC: Intel: fix platform_no_drv_owner.cocci warnings
sound/soc/intel/bytcr_dpcm_rt5640.c:218: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: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/bytcr_dpcm_rt5640.c')
-rw-r--r--sound/soc/intel/bytcr_dpcm_rt5640.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/bytcr_dpcm_rt5640.c b/sound/soc/intel/bytcr_dpcm_rt5640.c
index f5d0fc1ab10c..9277f2baefb1 100644
--- a/sound/soc/intel/bytcr_dpcm_rt5640.c
+++ b/sound/soc/intel/bytcr_dpcm_rt5640.c
@@ -215,7 +215,6 @@ static int snd_byt_mc_probe(struct platform_device *pdev)
static struct platform_driver snd_byt_mc_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "bytt100_rt5640",
.pm = &snd_soc_pm_ops,
},