rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
It should never have been there in the first place. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
c8ced113c2
commit
6c49fbe369
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user