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

Commit cd273548 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files
parent cc408d72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ static void mpc10_assert_idle_mpcc(struct mpc *mpc, int id)

	ASSERT(!(mpc10->mpcc_in_use_mask & 1 << id));
	REG_WAIT(MPCC_STATUS[id],
			MPCC_BUSY, 0,
			MPCC_IDLE, 1,
			1000, 1000);
}