Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 821ee7f3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 19d09b33 9c3db883
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2211,6 +2211,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: