diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2014-12-21 17:34:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-22 14:54:33 +0300 |
commit | 602129c8d1da0b2d43f2afae2ff7f1f2919f6eaa (patch) | |
tree | 2d98876aba133c18ddadca5ddb800f80ef8bb676 | |
parent | eca80394abc50abae9847b264b0a3120336f590a (diff) | |
download | linux-602129c8d1da0b2d43f2afae2ff7f1f2919f6eaa.tar.xz |
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>
-rw-r--r-- | sound/soc/intel/bytcr_dpcm_rt5640.c | 1 |
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, }, |