diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-06-04 13:11:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-04 13:16:40 -0400 |
commit | 67f72776b6674ca2b4602996bd3e235a4f38c4b4 (patch) | |
tree | 2b6546f8462995d2d35221979fce88781b19b42f /sound/soc/zte | |
parent | 69ccc50231eca9a57dc06a5514103c0f17ef402e (diff) |
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 = { | |||
425 | .probe = zx_i2s_probe, | 425 | .probe = zx_i2s_probe, |
426 | .driver = { | 426 | .driver = { |
427 | .name = "zx-i2s", | 427 | .name = "zx-i2s", |
428 | .owner = THIS_MODULE, | ||
429 | .of_match_table = zx_i2s_dt_ids, | 428 | .of_match_table = zx_i2s_dt_ids, |
430 | }, | 429 | }, |
431 | }; | 430 | }; |