From: Krzysztof Kozlowski Date: Sun, 31 Mar 2024 08:44:12 +0000 (+0200) Subject: sound: virtio: drop owner assignment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1fa74f2449001de80bf2548cb42c04dd5b848d43;p=linux.git sound: virtio: drop owner assignment virtio core already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski Message-Id: <20240331-module-owner-virtio-v2-25-98f04bfaf46a@linaro.org> Signed-off-by: Michael S. Tsirkin Acked-by: Anton Yakovlev --- diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c index 2da20c6252477..7805daea0102a 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),