thermal: Fix misalignment from removal of gxp cdev

Earlier change removed the path without removing the indexer to the
corresponding array.  This change fixes this.

Bug: 236296247
Test: Build and confirm reading is valid
Signed-off-by: George Lee <geolee@google.com>
Change-Id: Ic6335b252a01c7d80102cdbbc4f5dbf3a1639b55
This commit is contained in:
George Lee 2022-06-29 16:46:51 -07:00 committed by TreeHugger Robot
parent 9ff57b81b8
commit baedb92abf

View file

@ -56,7 +56,7 @@ const struct MitigationConfig::Config cfg = {
.SystemName = {
"batoilo", "smpl_gm", "soc", "vdroop1", "vdroop2", "ocp_gpu",
"ocp_tpu", "soft_ocp_cpu2", "soft_ocp_cpu1", "battery", "battery_cycle",
"main", "sub", "CPU2", "CPU1", "GPU", "TPU", "CAM", "DISP", "NPU",
"main", "sub", "CPU2", "CPU1", "GPU", "TPU", "CAM", "DISP",
"voltage_now", "current_now",
},
.LogFilePath = "/data/vendor/mitigation/thismeal.txt",