summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1305.c
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2018-04-17 03:41:24 +0800
committerMark Brown <broonie@kernel.org>2018-04-17 10:56:19 +0100
commitb999a19b3324ae3538bc13d11210bdfc8016616a (patch)
treeba6c3a0dcfe48133c532f6f04446be40ccc145a6 /sound/soc/codecs/rt1305.c
parent816cabd8d472d2e1b7daad2838eb4ce5046f03bb (diff)
ASoC: rt1305: fix platform_no_drv_owner.cocci warnings
sound/soc/codecs/rt1305.c:1174: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 Fixes: 29bc643ddd7e ("ASoC: rt1305: Add RT1305/RT1306 amplifier driver") CC: Shuming Fan <shumingf@realtek.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1305.c')
-rw-r--r--sound/soc/codecs/rt1305.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c
index 84043068c0b7..f4c8c45f4010 100644
--- a/sound/soc/codecs/rt1305.c
+++ b/sound/soc/codecs/rt1305.c
@@ -1172,7 +1172,6 @@ static void rt1305_i2c_shutdown(struct i2c_client *client)
static struct i2c_driver rt1305_i2c_driver = {
.driver = {
.name = "rt1305",
- .owner = THIS_MODULE,
#if defined(CONFIG_OF)
.of_match_table = rt1305_of_match,
#endif