remoteproc: rcar_rproc: Remove trailing semicolon
authorJulien Massot <julien.massot@iot.bzh>
Thu, 16 Dec 2021 16:07:21 +0000 (17:07 +0100)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 20 Dec 2021 16:33:59 +0000 (09:33 -0700)
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>
drivers/remoteproc/rcar_rproc.c

index 3408c6e51a7c075e94cbd2bce9fd15c36a460008..aa86154109c77226abee5fcf14791ce1db3da763 100644 (file)
@@ -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);