Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9efe49ec authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "spmi: pmic_arb: Fix compile warning"

parents 18b25329 b9a83e7e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -838,8 +838,6 @@ static int virtio_spmi_probe(struct virtio_device *vdev)

static void virtio_spmi_remove(struct virtio_device *vdev)
{
	struct virtio_spmi *vs = vdev->priv;

	vdev->config->reset(vdev);
	vdev->config->del_vqs(vdev);
}