[PATCH] soc: qcom: stats: remove unneeded semicolon

From: Jiapeng Chong
Date: Fri Dec 15 2023 - 02:18:32 EST


No functional modification involved.

./drivers/soc/qcom/qcom_stats.c:394:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7751
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
drivers/soc/qcom/qcom_stats.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/qcom_stats.c b/drivers/soc/qcom/qcom_stats.c
index 5ec8a754b22b..175f04e115ab 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);

--
2.20.1.7.g153144c