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

Commit b9a83e7e authored by Ping Jiang's avatar Ping Jiang
Browse files

spmi: pmic_arb: Fix compile warning



Remove unused variable.

Change-Id: I7239287e4cc4aef63fbf9453081df73270c35b63
Signed-off-by: default avatarPing Jiang <scottjiang@codeaurora.org>
parent c073c18f
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);
}