Skip to content

Commit 7249ad5

Browse files
krzkmstsirkin
authored andcommitted
misc: nsm: 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]> Reviewed-by: Alexander Graf <[email protected]>
1 parent ac5990d commit 7249ad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/misc/nsm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ static struct virtio_driver virtio_nsm_driver = {
494494
.feature_table_legacy = 0,
495495
.feature_table_size_legacy = 0,
496496
.driver.name = KBUILD_MODNAME,
497-
.driver.owner = THIS_MODULE,
498497
.id_table = id_table,
499498
.probe = nsm_device_probe,
500499
.remove = nsm_device_remove,

0 commit comments

Comments
 (0)