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 <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20250327025244.1790897-1-nichen@iscas.ac.cn
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
Chen Ni 2025-03-27 10:52:44 +08:00 committed by Ilpo Järvinen
parent a62372b6c9
commit 70081121e2
No known key found for this signature in database
GPG key ID: 59AC4F6153E5CE31

View file

@ -651,7 +651,7 @@ static int gaokun_ec_resume(struct device *dev)
break;
msleep(100); /* EC need time to resume */
};
}
ec->suspended = false;