Merge "msm: ipa3: add check in odl pipe cleanup"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
a335234cf6
@@ -483,6 +483,12 @@ void ipa3_odl_pipe_cleanup(bool is_ssr)
|
|||||||
IPAERR("adpl pipe not configured\n");
|
IPAERR("adpl pipe not configured\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!ipa3_odl_ctx->odl_state.odl_ep_setup) {
|
||||||
|
IPAERR("adpl pipe setup not done\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (ipa3_odl_ctx->odl_state.odl_open)
|
if (ipa3_odl_ctx->odl_state.odl_open)
|
||||||
ipa_odl_opened = true;
|
ipa_odl_opened = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user