aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMa Feng <[email protected]>2019-12-19 14:19:36 +0800
committerBjorn Andersson <[email protected]>2019-12-18 23:13:29 -0800
commit40f6a663fbc969e4ed82786a8d60b5f0cb431b18 (patch)
tree492020cc6acdf855b0d1f4c418c5f0a75a3d59df
parentb7ff96cc68eb39726b095601c149a99e4943e117 (diff)
remoteproc: qcom: Remove unneeded semicolon
Fixes coccicheck warning: drivers/remoteproc/qcom_sysmon.c:397:2-3: Unneeded semicolon Reported-by: Hulk Robot <[email protected]> Signed-off-by: Ma Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-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;