Skip to content

Commit ba63586

Browse files
Julien Massotmathieupoirier
authored andcommitted
remoteproc: rcar_rproc: Remove trailing semicolon
Remove trailing semicolon. Signed-off-by: Julien Massot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Mathieu Poirier <[email protected]>
1 parent b022960 commit ba63586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/remoteproc/rcar_rproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ static int rcar_rproc_probe(struct platform_device *pdev)
163163
if (IS_ERR(priv->rst)) {
164164
ret = PTR_ERR(priv->rst);
165165
dev_err_probe(dev, ret, "fail to acquire rproc reset\n");
166-
return ret;;
166+
return ret;
167167
}
168168

169169
pm_runtime_enable(dev);

0 commit comments

Comments
 (0)