projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b022960
)
remoteproc: rcar_rproc: Remove trailing semicolon
author
Julien Massot
<julien.massot@iot.bzh>
Thu, 16 Dec 2021 16:07:21 +0000
(17:07 +0100)
committer
Mathieu 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
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/rcar_rproc.c
b/drivers/remoteproc/rcar_rproc.c
index 3408c6e51a7c075e94cbd2bce9fd15c36a460008..aa86154109c77226abee5fcf14791ce1db3da763 100644
(file)
--- 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);