1
0
Fork 0

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>
hifive-unleashed-5.1
Lee Jones 2016-07-20 10:29:35 +01:00 committed by Bjorn Andersson
parent c8ced113c2
commit 6c49fbe369
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ static void rpmsg_recv_done(struct virtqueue *rvq)
msgs_received++;
msg = virtqueue_get_buf(rvq, &len);
};
}
dev_dbg(dev, "Received %u messages\n", msgs_received);