aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorMa Feng <mafeng.ma@huawei.com>2019-12-19 14:19:36 +0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2019-12-18 23:13:29 -0800
commit40f6a663fbc969e4ed82786a8d60b5f0cb431b18 (patch)
tree492020cc6acdf855b0d1f4c418c5f0a75a3d59df /drivers/remoteproc
parentremoteproc: qcom: pas: Add auto_boot flag (diff)
downloadlinux-dev-40f6a663fbc969e4ed82786a8d60b5f0cb431b18.tar.xz
linux-dev-40f6a663fbc969e4ed82786a8d60b5f0cb431b18.zip
remoteproc: qcom: Remove unneeded semicolon
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>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/qcom_sysmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/qcom_sysmon.c b/drivers/remoteproc/qcom_sysmon.c
index c231314eab66..faf3822d8791 100644
--- 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;