summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt8183
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-04-03 07:11:39 +0000
committerMark Brown <broonie@kernel.org>2019-04-04 12:50:44 +0700
commitb6c573e5e8652330525d61b583203e7b71a09c53 (patch)
tree91b7917667e7231edcd72260a512a54cbdf3aa0c /sound/soc/mediatek/mt8183
parent0f9e47b3fd92c809a8c68719cd60ba863c4c48e0 (diff)
ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8183')
-rw-r--r--sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
index a50c6af5c945..681bedb524f9 100644
--- a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
+++ b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
@@ -364,7 +364,6 @@ static const struct of_device_id mt8183_mt6358_ts3a227_max98357_dt_match[] = {
static struct platform_driver mt8183_mt6358_ts3a227_max98357_driver = {
.driver = {
.name = "mt8183_mt6358_ts3a227_max98357",
- .owner = THIS_MODULE,
#ifdef CONFIG_OF
.of_match_table = mt8183_mt6358_ts3a227_max98357_dt_match,
#endif