Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c1b4489 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: gsi: continue probe on ipc log failure" into msm-4.9

parents 798fe041 664e2421
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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);