mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next 1/4] net: microchip: encx24j600: drop driver owner assignment
@ 2024-03-27 17:48 Krzysztof Kozlowski
  2024-03-27 17:48 ` [PATCH net-next 2/4] net: wwan: mhi: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-27 17:48 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Loic Poulain, Sergey Ryazanov, Johannes Berg,
	Krzysztof Kozlowski, netdev, linux-kernel

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/ethernet/microchip/encx24j600.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/microchip/encx24j600.c b/drivers/net/ethernet/microchip/encx24j600.c
index d7c8aa77ec75..cdc2872ace1b 100644
--- a/drivers/net/ethernet/microchip/encx24j600.c
+++ b/drivers/net/ethernet/microchip/encx24j600.c
@@ -1112,7 +1112,6 @@ MODULE_DEVICE_TABLE(spi, encx24j600_spi_id_table);
 static struct spi_driver encx24j600_spi_net_driver = {
 	.driver = {
 		.name	= DRV_NAME,
-		.owner	= THIS_MODULE,
 		.bus	= &spi_bus_type,
 	},
 	.probe		= encx24j600_spi_probe,
-- 
2.34.1


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 17:48 [PATCH net-next 1/4] net: microchip: encx24j600: drop driver owner assignment Krzysztof Kozlowski
2024-03-27 17:48 ` [PATCH net-next 2/4] net: wwan: mhi: " Krzysztof Kozlowski
2024-03-27 20:57   ` Sergey Ryazanov
2024-03-27 17:48 ` [PATCH net-next 3/4] nfc: mrvl: spi: " Krzysztof Kozlowski
2024-03-27 17:48 ` [PATCH net-next 4/4] nfc: st95hf: " Krzysztof Kozlowski
2024-03-29 19:40 ` [PATCH net-next 1/4] net: microchip: encx24j600: " 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

Powered by JetHome