[PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver

Subsystems: freescale soc sound drivers, sound, sound - soc layer / dynamic audio power management (asoc), the rest

STALE2000d

2 messages, 2 authors, 2021-02-19 · open the first message on its own page

[PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver

From: Tian Tao <tiantao6@hisilicon.com>
Date: 2021-02-08 03:53:34

the module_platform_driver will call platform_driver_register.
and It will set the .owner to THIS_MODULE

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 sound/soc/fsl/imx-hdmi.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/sound/soc/fsl/imx-hdmi.c b/sound/soc/fsl/imx-hdmi.c
index dbbb7618..cd0235a 100644
--- a/sound/soc/fsl/imx-hdmi.c
+++ b/sound/soc/fsl/imx-hdmi.c
@@ -223,7 +223,6 @@ MODULE_DEVICE_TABLE(of, imx_hdmi_dt_ids);
 static struct platform_driver imx_hdmi_driver = {
 	.driver = {
 		.name = "imx-hdmi",
-		.owner = THIS_MODULE,
 		.pm = &snd_soc_pm_ops,
 		.of_match_table = imx_hdmi_dt_ids,
 	},
-- 
2.7.4

Re: [PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver

From: Shengjiu Wang <shengjiu.wang@gmail.com>
Date: 2021-02-19 02:57:23

On Thu, Feb 11, 2021 at 5:21 PM Tian Tao [off-list ref] wrote:
the module_platform_driver will call platform_driver_register.
and It will set the .owner to THIS_MODULE

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help