Merge "msm: ipa3: Changes not allow ODL pipe setup during SSR"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
0c29e06313
@@ -372,6 +372,11 @@ int ipa3_odl_pipe_open(void)
|
|||||||
return 0;
|
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));
|
memset(&holb_cfg, 0, sizeof(holb_cfg));
|
||||||
holb_cfg.tmr_val = 0;
|
holb_cfg.tmr_val = 0;
|
||||||
holb_cfg.en = 1;
|
holb_cfg.en = 1;
|
||||||
|
Reference in New Issue
Block a user