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

This commit is contained in:
qctecmdr
2022-01-24 22:15:33 -08:00
committad av Gerrit - the friendly Code Review server
förälder 3518342e1b f5bbfeeebd
incheckning 0c29e06313

Visa fil

@@ -372,6 +372,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;