Skip to content

Commit 9e00c14

Browse files
krzkmstsirkin
authored andcommitted
crypto: 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]> Acked-by: Herbert Xu <[email protected]>
1 parent a610e31 commit 9e00c14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/crypto/virtio/virtio_crypto_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ static const struct virtio_device_id id_table[] = {
581581

582582
static struct virtio_driver virtio_crypto_driver = {
583583
.driver.name = KBUILD_MODNAME,
584-
.driver.owner = THIS_MODULE,
585584
.feature_table = features,
586585
.feature_table_size = ARRAY_SIZE(features),
587586
.id_table = id_table,

0 commit comments

Comments
 (0)