mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02: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
|
|
@ -651,7 +651,7 @@ static int gaokun_ec_resume(struct device *dev)
|
|||
break;
|
||||
|
||||
msleep(100); /* EC need time to resume */
|
||||
};
|
||||
}
|
||||
|
||||
ec->suspended = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user