fix: pm codex告警清零

Close #I4OWPE
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I07f6db919062090b917ce991198f769032365472
This commit is contained in:
zhushengle 2021-12-31 14:53:23 +08:00
parent 909a18ec8f
commit 96663805ec
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ UINT32 LOS_PmLockRelease(const CHAR *name)
STATIC VOID OsPmSwtmrHandler(UINT32 arg)
{
const CHAR *name = (const CHAR *)arg;
const CHAR *name = (const CHAR *)(UINTPTR)arg;
UINT32 ret = LOS_PmLockRelease(name);
if (ret != LOS_OK) {
PRINT_ERR("Pm delay lock %s release faled! : 0x%x\n", name, ret);