!303 fix: 修复pm编译告警导致内核编译失败

Merge pull request !303 from zhushengle/cherry-pick-1631346536
This commit is contained in:
openharmony_ci 2021-09-11 08:52:28 +00:00 committed by Gitee
commit 92e3844061
1 changed files with 1 additions and 1 deletions

View File

@ -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;