projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ff96c
)
remoteproc: qcom: Remove unneeded semicolon
author
Ma Feng
<mafeng.ma@huawei.com>
Thu, 19 Dec 2019 06:19:36 +0000
(14:19 +0800)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Thu, 19 Dec 2019 07:13:29 +0000
(23:13 -0800)
Fixes coccicheck warning:
drivers/remoteproc/qcom_sysmon.c:397:2-3: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
Link:
https://lore.kernel.org/r/1576736376-114816-1-git-send-email-mafeng.ma@huawei.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_sysmon.c
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/qcom_sysmon.c
b/drivers/remoteproc/qcom_sysmon.c
index c231314eab6672dcc714d2256809a663a8a08393..faf3822d8791abba6acdf5160faf81ef67fae5dc 100644
(file)
--- a/
drivers/remoteproc/qcom_sysmon.c
+++ b/
drivers/remoteproc/qcom_sysmon.c
@@
-394,7
+394,7
@@
static int ssctl_new_server(struct qmi_handle *qmi, struct qmi_service *svc)
break;
default:
return -EINVAL;
- }
;
+ }
sysmon->ssctl_version = svc->version;