Merge "icnss: Clear ICNSS_MSA0_ASSIGNED flag in cap failure case"

This commit is contained in:
Linux Build Service Account 2018-08-27 18:28:15 -07:00 committed by Gerrit - the friendly Code Review server
commit f63b4db1ff

View file

@ -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: