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

Commit 77880ea2 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents dc2b07d2 eb1041ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -800,6 +800,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);
clear_server: