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

Commit 988490c0 authored by Sujeev Dias's avatar Sujeev Dias Committed by Gerrit - the friendly Code Review server
Browse files

mhi: core: add missing MHI state



Add missing state MHI_STATE_RESERVE to MHI states
look up table.

CRs-Fixed: 1049595
Change-Id: I9a6bd2750f81f6cabc1e7b5aff488b4a01f7897d
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 0cf3124f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ const char * const mhi_states_str[MHI_STATE_LIMIT] = {
	"M1",
	"M2",
	"M3",
	"Reserved: 0x06",
	"BHI",
	"SYS_ERR",
};