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:
Lee Jones 2016-07-20 10:29:35 +01:00 коммит произвёл Bjorn Andersson
Родитель c8ced113c2
Коммит 6c49fbe369
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);