./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=7682 Signed-off-by: Yang Li <yang.lee@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 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); -- 2.20.1.7.g153144c