Skip to content

Commit d26dd25

Browse files
krzkmstsirkin
authored andcommitted
net: 9p: 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 9a03bfa commit d26dd25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/9p/trans_virtio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ static struct virtio_driver p9_virtio_drv = {
781781
.feature_table = features,
782782
.feature_table_size = ARRAY_SIZE(features),
783783
.driver.name = KBUILD_MODNAME,
784-
.driver.owner = THIS_MODULE,
785784
.id_table = id_table,
786785
.probe = p9_virtio_probe,
787786
.remove = p9_virtio_remove,

0 commit comments

Comments
 (0)