Skip to content

Commit b1c16d4

Browse files
krzkmstsirkin
authored andcommitted
vsock/virtio: drop owner assignment
virtio core already sets the .owner, so driver does not need to. Acked-by: Stefano Garzarella <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]>
1 parent d26dd25 commit b1c16d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/vmw_vsock/virtio_transport.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@ static struct virtio_driver virtio_vsock_driver = {
859859
.feature_table = features,
860860
.feature_table_size = ARRAY_SIZE(features),
861861
.driver.name = KBUILD_MODNAME,
862-
.driver.owner = THIS_MODULE,
863862
.id_table = id_table,
864863
.probe = virtio_vsock_probe,
865864
.remove = virtio_vsock_remove,

0 commit comments

Comments
 (0)