icnss: Clear ICNSS_MSA0_ASSIGNED flag in cap failure case
During capability qmi message failure ICNSS_MSA0_ASSIGNED flag is not getting clear. Due to this after PDR/SSR next time it is not configuring the MSA0 permission to q6 which result into NOC error as q6 is not having access permission. To address above issue clear ICNSS_MSA0_ASSIGNED bit in failure case. CRs-Fixed: 2300877 Change-Id: I6aeaedb5a394b843c4f1c8ef1e0be47a6947b331 Signed-off-by: Hardik Kantilal Patel <hkpatel@codeaurora.org>
This commit is contained in:
parent
c25026979f
commit
60e1b7e682
1 changed files with 1 additions and 0 deletions
|
@ -2097,6 +2097,7 @@ static int icnss_driver_event_server_arrive(void *data)
|
|||
|
||||
err_setup_msa:
|
||||
icnss_assign_msa_perm_all(penv, ICNSS_MSA_PERM_HLOS_ALL);
|
||||
clear_bit(ICNSS_MSA0_ASSIGNED, &penv->state);
|
||||
err_power_on:
|
||||
icnss_hw_power_off(penv);
|
||||
fail:
|
||||
|
|
Loading…
Add table
Reference in a new issue