All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/tiny: ili9225: drop driver owner assignment
@ 2024-03-27 17:48 Krzysztof Kozlowski
  2024-03-27 17:48 ` [PATCH 2/4] drm/tiny: mi0283qt: " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-27 17:48 UTC (permalink / raw)
  To: David Lechner, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Daniel Vetter,
	Noralf Trønnes, dri-devel, linux-kernel
  Cc: Krzysztof Kozlowski

Core in spi_register_driver() already sets the .owner, so driver
does not need to.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/gpu/drm/tiny/ili9225.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/tiny/ili9225.c b/drivers/gpu/drm/tiny/ili9225.c
index dd8b0a181be9..eb1213352bce 100644
--- a/drivers/gpu/drm/tiny/ili9225.c
+++ b/drivers/gpu/drm/tiny/ili9225.c
@@ -447,7 +447,6 @@ static void ili9225_shutdown(struct spi_device *spi)
 static struct spi_driver ili9225_spi_driver = {
 	.driver = {
 		.name = "ili9225",
-		.owner = THIS_MODULE,
 		.of_match_table = ili9225_of_match,
 	},
 	.id_table = ili9225_id,
-- 
2.34.1


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

end of thread, other threads:[~2024-04-26 14:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 17:48 [PATCH 1/4] drm/tiny: ili9225: drop driver owner assignment Krzysztof Kozlowski
2024-03-27 17:48 ` [PATCH 2/4] drm/tiny: mi0283qt: " Krzysztof Kozlowski
2024-03-27 17:48 ` [PATCH 3/4] drm/tiny: panel-mipi-dbi: " Krzysztof Kozlowski
2024-03-27 17:48 ` [PATCH 4/4] drm/tiny: st7586: " Krzysztof Kozlowski
2024-03-27 23:15   ` David Lechner
2024-03-27 23:14 ` [PATCH 1/4] drm/tiny: ili9225: " David Lechner
2024-04-24  6:45 ` Krzysztof Kozlowski
2024-04-26 14:08   ` Noralf Trønnes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.