diff mbox

[V8,6/8] sensors: occ: Fix the sensor label for core temperature

Message ID 1500635680-26245-7-git-send-email-shilpa.bhat@linux.vnet.ibm.com
State Superseded
Headers show

Commit Message

Shilpasri G Bhat July 21, 2017, 11:14 a.m. UTC
Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>
---
 hw/occ-sensor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith July 27, 2017, 8:55 a.m. UTC | #1
Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> writes:
> Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>
> ---
>  hw/occ-sensor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/occ-sensor.c b/hw/occ-sensor.c
> index 21d1722..c6e02aa 100644
> --- a/hw/occ-sensor.c
> +++ b/hw/occ-sensor.c
> @@ -289,7 +289,7 @@ static struct str_map {
>  	{"TEMPC", "Core"},
>  	{"TEMPQ", "Quad"},
>  	{"TEMPNEST", "Nest"},
> -	{"TEMPPROCTHRM", "Chip"},
> +	{"TEMPPROCTHRMC", "Core"},
>  	{"TEMPDIMM", "DIMM"},
>  	{"TEMPGPU", "GPU"},
>  };

Please squash into patch 4
diff mbox

Patch

diff --git a/hw/occ-sensor.c b/hw/occ-sensor.c
index 21d1722..c6e02aa 100644
--- a/hw/occ-sensor.c
+++ b/hw/occ-sensor.c
@@ -289,7 +289,7 @@  static struct str_map {
 	{"TEMPC", "Core"},
 	{"TEMPQ", "Quad"},
 	{"TEMPNEST", "Nest"},
-	{"TEMPPROCTHRM", "Chip"},
+	{"TEMPPROCTHRMC", "Core"},
 	{"TEMPDIMM", "DIMM"},
 	{"TEMPGPU", "GPU"},
 };