remoteproc: imx_rproc: Simplify some error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 5 Aug 2022 22:02:32 +0000 (00:02 +0200)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 23 Aug 2022 19:22:23 +0000 (13:22 -0600)
commita1c3611dcfb08e62e165ab5c00122dd13f210166
treec1d54b1d2c1a1926594dd313e6eb8f35cbc936d6
parent1c23f9e627a7b412978b4e852793c5e3c3efc555
remoteproc: imx_rproc: Simplify some error message

dev_err_probe() already prints the error code in a human readable way, so
there is no need to duplicate it as a numerical value at the end of the
message.

While at it, remove 'ret' that is mostly useless.

Fixes: 2df7062002d0 ("remoteproc: imx_proc: enable virtio/mailbox")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/6b9343c2688117a340661d8ee491c2962c54a09a.1659736936.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_rproc.c