diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-06-05 01:11:27 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-04 18:16:40 +0100 |
commit | 67f72776b6674ca2b4602996bd3e235a4f38c4b4 (patch) | |
tree | 2b6546f8462995d2d35221979fce88781b19b42f /sound/soc/zte | |
parent | 69ccc50231eca9a57dc06a5514103c0f17ef402e (diff) | |
download | linux-67f72776b6674ca2b4602996bd3e235a4f38c4b4.tar.bz2 |
ASoC: zx: fix platform_no_drv_owner.cocci warnings
sound/soc/zte/zx296702-i2s.c:428: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/zte')
-rw-r--r-- | sound/soc/zte/zx296702-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/zte/zx296702-i2s.c b/sound/soc/zte/zx296702-i2s.c index 472fde3b6c58..98d96e1b17e0 100644 --- a/sound/soc/zte/zx296702-i2s.c +++ b/sound/soc/zte/zx296702-i2s.c @@ -425,7 +425,6 @@ static struct platform_driver i2s_driver = { .probe = zx_i2s_probe, .driver = { .name = "zx-i2s", - .owner = THIS_MODULE, .of_match_table = zx_i2s_dt_ids, }, }; |