mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/sti: dvo: drop driver owner assignment
@ 2024-03-30 20:38 Krzysztof Kozlowski
  2024-03-30 20:38 ` [PATCH 2/4] drm/sti: hda: " Krzysztof Kozlowski
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-30 20:38 UTC (permalink / raw)
  To: Alain Volmat, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	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/sti/sti_dvo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c
index fd1df4ce3852..00502889c7f4 100644
--- a/drivers/gpu/drm/sti/sti_dvo.c
+++ b/drivers/gpu/drm/sti/sti_dvo.c
@@ -581,7 +581,6 @@ MODULE_DEVICE_TABLE(of, dvo_of_match);
 struct platform_driver sti_dvo_driver = {
 	.driver = {
 		.name = "sti-dvo",
-		.owner = THIS_MODULE,
 		.of_match_table = dvo_of_match,
 	},
 	.probe = sti_dvo_probe,
-- 
2.34.1


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

end of thread, other threads:[~2024-07-05 11:36 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-30 20:38 [PATCH 1/4] drm/sti: dvo: drop driver owner assignment Krzysztof Kozlowski
2024-03-30 20:38 ` [PATCH 2/4] drm/sti: hda: " Krzysztof Kozlowski
2024-05-27 14:41   ` Alain Volmat
2024-03-30 20:38 ` [PATCH 3/4] drm/sti: tvout: " Krzysztof Kozlowski
2024-05-27 14:46   ` Alain Volmat
2024-03-30 20:38 ` [PATCH 4/4] drm/sti: vtg: " Krzysztof Kozlowski
2024-05-27 14:46   ` Alain Volmat
2024-03-30 20:57 ` [PATCH 5/6] drm/sti: hdmi: " Krzysztof Kozlowski
2024-03-30 20:57   ` [PATCH 6/6] drm/sti: hqvdp: " Krzysztof Kozlowski
2024-05-27 14:47     ` Alain Volmat
2024-05-27 14:47   ` [PATCH 5/6] drm/sti: hdmi: " Alain Volmat
2024-06-04 13:18     ` Krzysztof Kozlowski
2024-07-05  9:59       ` Krzysztof Kozlowski
2024-07-05 10:04         ` Neil Armstrong
2024-07-05 10:37           ` Dmitry Baryshkov
2024-07-05 11:04             ` Krzysztof Kozlowski
2024-07-05 11:14       ` Maxime Ripard
2024-07-05 11:36         ` Krzysztof Kozlowski
2024-04-24  6:38 ` [PATCH 1/4] drm/sti: dvo: " Krzysztof Kozlowski
2024-05-27 14:40 ` Alain Volmat
2024-07-05 11:21 ` Maxime Ripard

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

all inboxes | Powered by JetHome®