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

Commit 6c49fbe3 authored by Lee Jones's avatar Lee Jones Committed by Bjorn Andersson
Browse files

rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon



It should never have been there in the first place.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c8ced113
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -865,7 +865,7 @@ static void rpmsg_recv_done(struct virtqueue *rvq)
		msgs_received++;
		msgs_received++;


		msg = virtqueue_get_buf(rvq, &len);
		msg = virtqueue_get_buf(rvq, &len);
	};
	}


	dev_dbg(dev, "Received %u messages\n", msgs_received);
	dev_dbg(dev, "Received %u messages\n", msgs_received);