Core in platform_driver_register() already sets the .owner, so driver
does not need to. Whatever is set here will be anyway overwritten by
main driver calling platform_driver_register().
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
drivers/gpu/drm/exynos/exynos_dp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/exynos/exynos_dp.c b/drivers/gpu/drm/exynos/exynos_dp.c
index f48c4343f469..3e6d4c6aa877 100644
--- a/drivers/gpu/drm/exynos/exynos_dp.c
+++ b/drivers/gpu/drm/exynos/exynos_dp.c
@@ -285,7 +285,6 @@ struct platform_driver dp_driver = {
.remove_new = exynos_dp_remove,
.driver = {
.name = "exynos-dp",
- .owner = THIS_MODULE,
.pm = pm_ptr(&exynos_dp_pm_ops),
.of_match_table = exynos_dp_match,
},
--
2.43.0
Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Tuesday, June 4, 2024 10:11 PM
> To: Jingoo Han <[email protected]>; Inki Dae <[email protected]>;
> Seung-Woo Kim <[email protected]>; Kyungmin Park
> <[email protected]>; David Airlie <[email protected]>; Daniel
> Vetter <[email protected]>; Krzysztof Kozlowski <[email protected]>; Alim
> Akhtar <[email protected]>; [email protected]; linux-
> [email protected]; [email protected]; linux-
> [email protected]
> Cc: Krzysztof Kozlowski <[email protected]>
> Subject: [RESEND PATCH] drm/exynos: dp: drop driver owner initialization
>
> Core in platform_driver_register() already sets the .owner, so driver
> does not need to. Whatever is set here will be anyway overwritten by
> main driver calling platform_driver_register().
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
Applied.
Thanks,
Inki Dae
> ---
> drivers/gpu/drm/exynos/exynos_dp.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_dp.c
> b/drivers/gpu/drm/exynos/exynos_dp.c
> index f48c4343f469..3e6d4c6aa877 100644
> --- a/drivers/gpu/drm/exynos/exynos_dp.c
> +++ b/drivers/gpu/drm/exynos/exynos_dp.c
> @@ -285,7 +285,6 @@ struct platform_driver dp_driver = {
> .remove_new = exynos_dp_remove,
> .driver = {
> .name = "exynos-dp",
> - .owner = THIS_MODULE,
> .pm = pm_ptr(&exynos_dp_pm_ops),
> .of_match_table = exynos_dp_match,
> },
> --
> 2.43.0
>