qcacmn: Align the string entries in rtpm_string_from_dbgid()
Align the string entries inside the rtpm_string_from_dbgid() function in the order of wlan_rtpm_dbgid enum entries. Change-Id: I455e93723f5df882babb758a4979d1b1cecd8e7e CRs-Fixed: 3128352
Este cometimento está contido em:

cometido por
Madan Koyyalamudi

ascendente
9979d1a189
cometimento
ed41e85970
@@ -1115,10 +1115,10 @@ static inline char *rtpm_string_from_dbgid(wlan_rtpm_dbgid id)
|
||||
"RTPM_ID_PM_STOP",
|
||||
"RTPM_ID_CONN_DISCONNECT",
|
||||
"RTPM_ID_SOC_REMOVE",
|
||||
"RTPM_ID_SOC_IDLE_SHUTDOWN"
|
||||
"RTPM_ID_DRIVER_UNLOAD",
|
||||
"RTPM_ID_CE_INTR_HANDLER",
|
||||
"RTPM_ID_WAKE_INTR_HANDLER",
|
||||
"RTPM_ID_SOC_IDLE_SHUTDOWN",
|
||||
"RTPM_ID_MAX"};
|
||||
|
||||
return (char *)strings[id];
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador