Merge "msm: ipa3: Adding support to save ipc logs in minidump"

This commit is contained in:
qctecmdr
2022-05-05 12:43:58 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 6ac7530788
共有 9 個文件被更改,包括 10 次插入8 次删除

查看文件

@@ -5862,7 +5862,7 @@ static int msm_gsi_probe(struct platform_device *pdev)
}
gsi_ctx->ipc_logbuf = ipc_log_context_create(GSI_IPC_LOG_PAGES,
"gsi", 0);
"gsi", MINIDUMP_MASK);
if (gsi_ctx->ipc_logbuf == NULL)
GSIERR("failed to create IPC log, continue...\n");