aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2024-03-31 10:43:58 +0200
committerMichael S. Tsirkin <[email protected]>2024-05-22 08:31:17 -0400
commitcfffb29c48e40f849090a2b4daa4ee7f8e33c831 (patch)
tree2adccf1b576b01077ae221a573d49118e879135a
parent9e00c140f38d2394426d7e9b2a23b52958c67deb (diff)
firmware: arm_scmi: 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: Sudeep Holla <[email protected]>
-rw-r--r--drivers/firmware/arm_scmi/virtio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/arm_scmi/virtio.c b/drivers/firmware/arm_scmi/virtio.c
index d68c01cb7aa0..4892058445ce 100644
--- a/drivers/firmware/arm_scmi/virtio.c
+++ b/drivers/firmware/arm_scmi/virtio.c
@@ -908,7 +908,6 @@ static const struct virtio_device_id id_table[] = {
static struct virtio_driver virtio_scmi_driver = {
.driver.name = "scmi-virtio",
- .driver.owner = THIS_MODULE,
.feature_table = features,
.feature_table_size = ARRAY_SIZE(features),
.id_table = id_table,