diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-07-11 08:18:59 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-13 11:59:12 +0100 |
commit | 9cae85f5e26fb59e4436e0676a9aceb461f30c63 (patch) | |
tree | fd819ffa9b9add06812d448c6df986097252f330 /sound/soc/codecs/sti-sas.c | |
parent | a2f3a8ca5219651292447f0e1124b3412bc3abff (diff) | |
download | lwn-9cae85f5e26fb59e4436e0676a9aceb461f30c63.tar.gz lwn-9cae85f5e26fb59e4436e0676a9aceb461f30c63.zip |
ASoC: sti-sas: fix platform_no_drv_owner.cocci warnings
sound/soc/codecs/sti-sas.c:616: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/codecs/sti-sas.c')
-rw-r--r-- | sound/soc/codecs/sti-sas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/sti-sas.c b/sound/soc/codecs/sti-sas.c index 6c0bbe8b495e..adc2c3472382 100644 --- a/sound/soc/codecs/sti-sas.c +++ b/sound/soc/codecs/sti-sas.c @@ -613,7 +613,6 @@ static int sti_sas_driver_remove(struct platform_device *pdev) static struct platform_driver sti_sas_platform_driver = { .driver = { .name = "sti-sas-codec", - .owner = THIS_MODULE, .of_match_table = sti_sas_dev_match, }, .probe = sti_sas_driver_probe, |