Message ID | 20231206003420.74085-1-yang.lee@linux.alibaba.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [-next] soc: qcom: stats: Remove unneeded semicolon | expand |
diff --git a/drivers/soc/qcom/qcom_stats.c b/drivers/soc/qcom/qcom_stats.c index 4763d62a8cb0..7c6ef1e7e41c 100644 --- a/drivers/soc/qcom/qcom_stats.c +++ b/drivers/soc/qcom/qcom_stats.c @@ -391,7 +391,7 @@ static int qcom_stats_probe(struct platform_device *pdev) if (ret) { debugfs_remove_recursive(root); return ret; - }; + } platform_set_drvdata(pdev, root);
./drivers/soc/qcom/qcom_stats.c:394:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7682 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> --- drivers/soc/qcom/qcom_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)