Skip to content

Commit 1fa74f2

Browse files
krzkmstsirkin
authored andcommitted
sound: 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: Anton Yakovlev <[email protected]>
1 parent bc21020 commit 1fa74f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/virtio/virtio_card.c

-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ static unsigned int features[] = {
438438

439439
static struct virtio_driver virtsnd_driver = {
440440
.driver.name = KBUILD_MODNAME,
441-
.driver.owner = THIS_MODULE,
442441
.id_table = id_table,
443442
.feature_table = features,
444443
.feature_table_size = ARRAY_SIZE(features),

0 commit comments

Comments
 (0)