Thread (37 messages) 37 messages, 9 authors, 2024-03-31
STALE837d

[PATCH 14/22] net: virtio: drop owner assignment

From: Krzysztof Kozlowski <hidden>
Date: 2024-03-27 12:46:07
Also in: alsa-devel, dri-devel, kvm, linux-block, linux-bluetooth, linux-crypto, linux-doc, linux-fsdevel, linux-gpio, linux-iommu, linux-remoteproc, linux-scsi, linux-sound, linux-um, linux-wireless, lkml, netdev, nvdimm, v9fs
Subsystem: networking drivers, the rest, virtio net driver · Maintainers: Andrew Lunn, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Linus Torvalds, "Michael S. Tsirkin", Jason Wang

virtio core already sets the .owner, so driver does not need to.

Signed-off-by: Krzysztof Kozlowski <redacted>

---

Depends on the first patch.
---
 drivers/net/virtio_net.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index c22d1118a133..61f680699648 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -5021,7 +5021,6 @@ static struct virtio_driver virtio_net_driver = {
 	.feature_table_legacy = features_legacy,
 	.feature_table_size_legacy = ARRAY_SIZE(features_legacy),
 	.driver.name =	KBUILD_MODNAME,
-	.driver.owner =	THIS_MODULE,
 	.id_table =	id_table,
 	.validate =	virtnet_validate,
 	.probe =	virtnet_probe,
-- 
2.34.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help