From 18b052458e1cea113df7a6bb4798a6d5e1eb751e Mon Sep 17 00:00:00 2001 From: zhushengle Date: Sat, 11 Sep 2021 15:27:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dpm=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=AF=BC=E8=87=B4=E5=86=85=E6=A0=B8=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #I49MIN Signed-off-by: zhushengle Change-Id: I6b448790b170bf5980d16698ecfff27bda6c3600 --- components/power/los_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/power/los_pm.c b/components/power/los_pm.c index 622f60f4..a9c1c1e7 100644 --- a/components/power/los_pm.c +++ b/components/power/los_pm.c @@ -167,7 +167,7 @@ STATIC Suspend OsPmCpuSuspend(LosPmCB *pm) STATIC UINT32 OsPmSuspendSleep(LosPmCB *pm) { - UINT32 ret; + UINT32 ret = LOS_OK; UINT32 intSave; LOS_SysSleepEnum mode; Suspend sysSuspend = NULL;