aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/cht_bsw_rt5672.c
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2014-12-21 22:40:43 +0800
committerMark Brown <broonie@kernel.org>2014-12-22 11:54:33 +0000
commiteca80394abc50abae9847b264b0a3120336f590a (patch)
treed5dd02016db5e9b40d999352500387d2df7de3d7 /sound/soc/intel/cht_bsw_rt5672.c
parentLinux 3.19-rc1 (diff)
downloadlinux-dev-eca80394abc50abae9847b264b0a3120336f590a.tar.xz
linux-dev-eca80394abc50abae9847b264b0a3120336f590a.zip
ASoC: Intel: fix platform_no_drv_owner.cocci warnings
sound/soc/intel/cht_bsw_rt5672.c:273: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 Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/cht_bsw_rt5672.c')
-rw-r--r--sound/soc/intel/cht_bsw_rt5672.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/cht_bsw_rt5672.c b/sound/soc/intel/cht_bsw_rt5672.c
index 9b8b561171b7..a406c6104897 100644
--- a/sound/soc/intel/cht_bsw_rt5672.c
+++ b/sound/soc/intel/cht_bsw_rt5672.c
@@ -270,7 +270,6 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
static struct platform_driver snd_cht_mc_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "cht-bsw-rt5672",
.pm = &snd_soc_pm_ops,
},