msm: ipa3: Changes not allow ODL pipe setup during SSR
When SSR in progress not allowing to setup ODL pipe. Change-Id: Ied44a7bafdf90cff2f3b7619da88fe3c31d18956 Signed-off-by: Ashok Vuyyuru <quic_avuyyuru@quicinc.com>
Esse commit está contido em:

commit de
Gerrit - the friendly Code Review server

pai
77fd3d2a64
commit
f5bbfeeebd
@@ -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;
|
||||
|
Referência em uma nova issue
Block a user