mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RESEND PATCH] drm/exynos: dp: drop driver owner initialization
@ 2024-06-04 13:11 ` Krzysztof Kozlowski
  2024-06-04 23:08   ` 대인기/Tizen Platform Lab(SR)/삼성전자
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-04 13:11 UTC (permalink / raw)
  To: Jingoo Han, Inki Dae, Seung-Woo Kim, Kyungmin Park, David Airlie,
	Daniel Vetter, Krzysztof Kozlowski, Alim Akhtar, dri-devel,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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 <krzysztof.kozlowski@linaro.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [RESEND PATCH] drm/exynos: dp: drop driver owner initialization
  2024-06-04 13:11 ` [RESEND PATCH] drm/exynos: dp: drop driver owner initialization Krzysztof Kozlowski
@ 2024-06-04 23:08   ` 대인기/Tizen Platform Lab(SR)/삼성전자
  0 siblings, 0 replies; 2+ messages in thread
From: 대인기/Tizen Platform Lab(SR)/삼성전자 @ 2024-06-04 23:08 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Jingoo Han',
	'Seung-Woo Kim', 'Kyungmin Park',
	'David Airlie', 'Daniel Vetter',
	'Krzysztof Kozlowski', 'Alim Akhtar',
	dri-devel, linux-arm-kernel, linux-samsung-soc, linux-kernel

Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Tuesday, June 4, 2024 10:11 PM
> To: Jingoo Han <jingoohan1@gmail.com>; Inki Dae <inki.dae@samsung.com>;
> Seung-Woo Kim <sw0312.kim@samsung.com>; Kyungmin Park
> <kyungmin.park@samsung.com>; David Airlie <airlied@gmail.com>; Daniel
> Vetter <daniel@ffwll.ch>; Krzysztof Kozlowski <krzk@kernel.org>; Alim
> Akhtar <alim.akhtar@samsung.com>; dri-devel@lists.freedesktop.org; linux-
> arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 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 <krzysztof.kozlowski@linaro.org>

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
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-04 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20240604131148epcas1p1eb594838cfe69f22cbda39b5c32a8126@epcas1p1.samsung.com>
2024-06-04 13:11 ` [RESEND PATCH] drm/exynos: dp: drop driver owner initialization Krzysztof Kozlowski
2024-06-04 23:08   ` 대인기/Tizen Platform Lab(SR)/삼성전자

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome