diff options
Diffstat (limited to 'drivers/platform/arm64/huawei-gaokun-ec.c')
-rw-r--r-- | drivers/platform/arm64/huawei-gaokun-ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |