From: Chen Ni Date: Thu, 27 Mar 2025 02:52:44 +0000 (+0800) Subject: platform: arm64: huawei-gaokun-ec: Remove unneeded semicolon X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=70081121e24cacbef8b3be849cc13bea31f8a158;p=users%2Fwilly%2Flinux.git platform: arm64: huawei-gaokun-ec: Remove unneeded semicolon Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni Link: https://lore.kernel.org/r/20250327025244.1790897-1-nichen@iscas.ac.cn Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/arm64/huawei-gaokun-ec.c b/drivers/platform/arm64/huawei-gaokun-ec.c index 97c2607f8d9f..7e5aa7ca2403 100644 --- a/drivers/platform/arm64/huawei-gaokun-ec.c +++ b/drivers/platform/arm64/huawei-gaokun-ec.c @@ -651,7 +651,7 @@ static int gaokun_ec_resume(struct device *dev) break; msleep(100); /* EC need time to resume */ - }; + } ec->suspended = false;