mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
a62372b6c9
commit
70081121e2
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ static int gaokun_ec_resume(struct device *dev)
|
|||
break;
|
||||
|
||||
msleep(100); /* EC need time to resume */
|
||||
};
|
||||
}
|
||||
|
||||
ec->suspended = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue