summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek
diff options
context:
space:
mode:
authorYueHaibing2019-04-03 09:11:59 +0200
committerMark Brown2019-04-04 07:50:58 +0200
commitd82e78b0a578a712629cdb6cb7bfc66fb3215306 (patch)
treefd86e9e06c8e67bbf37ab3d7b7c7c5e871191208 /sound/soc/mediatek
parentASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings (diff)
downloadkernel-qcow2-linux-d82e78b0a578a712629cdb6cb7bfc66fb3215306.tar.gz
kernel-qcow2-linux-d82e78b0a578a712629cdb6cb7bfc66fb3215306.tar.xz
kernel-qcow2-linux-d82e78b0a578a712629cdb6cb7bfc66fb3215306.zip
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')
-rw-r--r--sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
index 1e7e8aed8707..31ea8632c397 100644
--- a/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
+++ b/sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
@@ -454,7 +454,6 @@ static const struct of_device_id mt8183_da7219_max98357_dt_match[] = {
static struct platform_driver mt8183_da7219_max98357_driver = {
.driver = {
.name = "mt8183_da7219_max98357",
- .owner = THIS_MODULE,
#ifdef CONFIG_OF
.of_match_table = mt8183_da7219_max98357_dt_match,
#endif