diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-03-31 10:43:54 +0200 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2024-05-22 08:31:16 -0400 |
commit | 1e0d03b7d0215bfebc3b77c704b6b818389c93f5 (patch) | |
tree | 43ff42942153141b6ccc522c199ea327da313e9c | |
parent | bdb8e2f8e8b8d22714aee2be004d1bb78c024261 (diff) |
bluetooth: 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]>
-rw-r--r-- | drivers/bluetooth/virtio_bt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/virtio_bt.c b/drivers/bluetooth/virtio_bt.c index 2ac70b560c46..463b49ca2492 100644 --- a/drivers/bluetooth/virtio_bt.c +++ b/drivers/bluetooth/virtio_bt.c @@ -417,7 +417,6 @@ static const unsigned int virtbt_features[] = { static struct virtio_driver virtbt_driver = { .driver.name = KBUILD_MODNAME, - .driver.owner = THIS_MODULE, .feature_table = virtbt_features, .feature_table_size = ARRAY_SIZE(virtbt_features), .id_table = virtbt_table, |