Commit 9a1d2714 authored by Yang Li's avatar Yang Li Committed by Bjorn Andersson

remoteproc: qcom_wcnss: remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/remoteproc/qcom_wcnss.c:573:2-3: Unneeded semicolon
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1612320402-3313-1-git-send-email-yang.lee@linux.alibaba.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent bfb44502
......@@ -570,7 +570,7 @@ static int wcnss_probe(struct platform_device *pdev)
if (IS_ERR(mmio)) {
ret = PTR_ERR(mmio);
goto free_rproc;
};
}
ret = wcnss_alloc_memory_region(wcnss);
if (ret)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment