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

Commit a3a1d804 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Changes not allow ODL pipe setup during SSR"

parents b770fe0a 0c348e3f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -366,6 +366,11 @@ int ipa3_odl_pipe_open(void)
		return 0;
	}

	if (atomic_read(&ipa3_ctx->is_ssr)) {
		IPAERR("SSR in progress ODL pipe configuration not allowed\n");
		return 0;
	}

	memset(&holb_cfg, 0, sizeof(holb_cfg));
	holb_cfg.tmr_val = 0;
	holb_cfg.en = 1;