Loading drivers/platform/msm/gsi/gsi.c +2 −4 Original line number Diff line number Diff line Loading @@ -2854,10 +2854,8 @@ static int msm_gsi_probe(struct platform_device *pdev) gsi_ctx->ipc_logbuf = ipc_log_context_create(GSI_IPC_LOG_PAGES, "gsi", 0); if (gsi_ctx->ipc_logbuf == NULL) { GSIERR("failed to get ipc_logbuf\n"); return -ENOMEM; } if (gsi_ctx->ipc_logbuf == NULL) GSIERR("failed to create IPC log, continue...\n"); gsi_ctx->dev = dev; init_completion(&gsi_ctx->gen_ee_cmd_compl); Loading Loading
drivers/platform/msm/gsi/gsi.c +2 −4 Original line number Diff line number Diff line Loading @@ -2854,10 +2854,8 @@ static int msm_gsi_probe(struct platform_device *pdev) gsi_ctx->ipc_logbuf = ipc_log_context_create(GSI_IPC_LOG_PAGES, "gsi", 0); if (gsi_ctx->ipc_logbuf == NULL) { GSIERR("failed to get ipc_logbuf\n"); return -ENOMEM; } if (gsi_ctx->ipc_logbuf == NULL) GSIERR("failed to create IPC log, continue...\n"); gsi_ctx->dev = dev; init_completion(&gsi_ctx->gen_ee_cmd_compl); Loading