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

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

Merge "qcom: sysmon: Correct mapping for external modem"

parents b2076f31 9441ce6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ static struct enum_name_map map[SYSMON_NUM_SS] = {
	{SYSMON_SS_MODEM, "modem"},
	{SYSMON_SS_LPASS, "adsp"},
	{SYSMON_SS_Q6FW, "modem_fw"},
	{SYSMON_SS_EXT_MODEM, "external_modem"},
	{SYSMON_SS_EXT_MODEM, "esoc0"},
	{SYSMON_SS_DSPS, "dsps"},
};