netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 1/2] net: dsa: microchip: drop driver owner assignment
@ 2024-03-30 21:10 Krzysztof Kozlowski
  2024-03-30 21:10 ` Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-30 21:10 UTC (permalink / raw)
  To: Woojung Huh, UNGLinuxDriver, Andrew Lunn, Florian Fainelli,
	Vladimir Oltean, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev, 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/net/dsa/microchip/ksz_spi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/dsa/microchip/ksz_spi.c b/drivers/net/dsa/microchip/ksz_spi.c
index c8166fb440ab..79ae01507a8a 100644
--- a/drivers/net/dsa/microchip/ksz_spi.c
+++ b/drivers/net/dsa/microchip/ksz_spi.c
@@ -222,7 +222,6 @@ MODULE_DEVICE_TABLE(spi, ksz_spi_ids);
 static struct spi_driver ksz_spi_driver = {
 	.driver = {
 		.name	= "ksz-switch",
-		.owner	= THIS_MODULE,
 		.of_match_table = ksz_dt_ids,
 	},
 	.id_table = ksz_spi_ids,
-- 
2.34.1


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

end of thread, other threads:[~2024-04-03  1:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-30 21:10 [net-next PATCH 1/2] net: dsa: microchip: drop driver owner assignment Krzysztof Kozlowski
2024-03-30 21:10 ` Krzysztof Kozlowski
2024-03-30 21:10 ` [net-next PATCH 2/2] net: dsa: sja1105: " Krzysztof Kozlowski
2024-03-30 21:10   ` Krzysztof Kozlowski
2024-03-30 21:10   ` Krzysztof Kozlowski
2024-04-02  8:32   ` Simon Horman
2024-04-02 12:46   ` Florian Fainelli
2024-04-02  8:32 ` [net-next PATCH 1/2] net: dsa: microchip: " Simon Horman
2024-04-02 12:45 ` Florian Fainelli
2024-04-03  1:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).