Skip to content

Commit 606f1f9

Browse files
krzkmstsirkin
authored andcommitted
net: caif: virtio: drop owner assignment
virtio core already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 7249ad5 commit 606f1f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/caif/caif_virtio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,6 @@ static struct virtio_driver caif_virtio_driver = {
782782
.feature_table = features,
783783
.feature_table_size = ARRAY_SIZE(features),
784784
.driver.name = KBUILD_MODNAME,
785-
.driver.owner = THIS_MODULE,
786785
.id_table = id_table,
787786
.probe = cfv_probe,
788787
.remove = cfv_remove,

0 commit comments

Comments
 (0)