Codex告警清除

【背景】
 Codex扫描告警清除

【修改方案】
 将不可屏蔽告警进行修复

 re #I4PNO3

 Signed-off-by: xuiny <xuxinyu6@huawei.com>

Change-Id: If6f85eb9679d47e6256f24cdc74246df78da579d
This commit is contained in:
x-xiny
2022-01-06 07:38:41 +00:00
parent 997e61ed53
commit 1cdd7307f3
4 changed files with 8 additions and 4 deletions

View File

@@ -319,7 +319,7 @@ static INT32 HiDumperIoctl(struct file *filep, INT32 cmd, unsigned long arg)
break;
case HIDUMPER_MEM_DATA:
if (g_adapter.DumpMemData != NULL) {
g_adapter.DumpMemData((struct MemDumpParam *)arg);
g_adapter.DumpMemData((struct MemDumpParam *)((UINTPTR)arg));
}
break;
default: