remoteproc: Add missing '\n' in log messages
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 11 Apr 2020 16:07:50 +0000 (18:07 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 23 Apr 2020 05:20:40 +0000 (22:20 -0700)
commit2fb75ceaf71a4a198fc67b984aa95527c993fa1a
tree57fd225b941169c438a52b5c144632a35f2354fc
parent33467ac3c8dc80575e1b158e78d0c30ab33c1b08
remoteproc: Add missing '\n' in log messages

Message logged by 'dev_xxx()' or 'pr_xxx()' should end with a '\n'.

Fixes: 791c13b709dd ("remoteproc: Fix NULL pointer dereference in rproc_virtio_notify")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200411160750.32573-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_virtio.c