summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/rcar_rproc.c
diff options
context:
space:
mode:
authorJulien Massot <julien.massot@iot.bzh>2021-12-16 17:07:21 +0100
committerMathieu Poirier <mathieu.poirier@linaro.org>2021-12-20 09:33:59 -0700
commitba635863779871a4f873511199f3e0ae84d5e592 (patch)
treedeeb3cf92f466938a772fa997f4cb27651246ef8 /drivers/remoteproc/rcar_rproc.c
parentb0229605b1436438f24d9a97d8ecf220e0ea5900 (diff)
remoteproc: rcar_rproc: Remove trailing semicolon
Remove trailing semicolon. Signed-off-by: Julien Massot <julien.massot@iot.bzh> Link: https://lore.kernel.org/r/20211216160721.203794-1-julien.massot@iot.bzh Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'drivers/remoteproc/rcar_rproc.c')
-rw-r--r--drivers/remoteproc/rcar_rproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/rcar_rproc.c b/drivers/remoteproc/rcar_rproc.c
index 3408c6e51a7c..aa86154109c7 100644
--- a/drivers/remoteproc/rcar_rproc.c
+++ b/drivers/remoteproc/rcar_rproc.c
@@ -163,7 +163,7 @@ static int rcar_rproc_probe(struct platform_device *pdev)
if (IS_ERR(priv->rst)) {
ret = PTR_ERR(priv->rst);
dev_err_probe(dev, ret, "fail to acquire rproc reset\n");
- return ret;;
+ return ret;
}
pm_runtime_enable(dev);