Merge "spmi: pmic_arb: Fix compile warning"

This commit is contained in:
qctecmdr 2021-03-07 07:18:14 -08:00 committed by Gerrit - the friendly Code Review server
commit 9efe49ec3a

View File

@ -838,8 +838,6 @@ err_init_vq:
static void virtio_spmi_remove(struct virtio_device *vdev)
{
struct virtio_spmi *vs = vdev->priv;
vdev->config->reset(vdev);
vdev->config->del_vqs(vdev);
}