aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2024-03-31 10:44:12 +0200
committerMichael S. Tsirkin <[email protected]>2024-05-22 08:31:18 -0400
commit1fa74f2449001de80bf2548cb42c04dd5b848d43 (patch)
tree6b09f5e631b1c46c6599b4552976408e13a483ff
parentbc21020f61f5f93f39eeedc7ae56797e59b98816 (diff)
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]>
-rw-r--r--sound/virtio/virtio_card.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c
index 2da20c625247..7805daea0102 100644
--- a/sound/virtio/virtio_card.c
+++ b/sound/virtio/virtio_card.c
@@ -438,7 +438,6 @@ static unsigned int features[] = {
static struct virtio_driver virtsnd_driver = {
.driver.name = KBUILD_MODNAME,
- .driver.owner = THIS_MODULE,
.id_table = id_table,
.feature_table = features,
.feature_table_size = ARRAY_SIZE(features),