diff mbox series

[trivial] hdata: Update ipmi sensors structure

Message ID 20201127132219.744906-1-hegdevasant@linux.vnet.ibm.com
State Accepted
Headers show
Series [trivial] hdata: Update ipmi sensors structure | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (b825589e085e23add8d0c58cfde7c8ed1f0b2dfd)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Vasant Hegde Nov. 27, 2020, 1:22 p.m. UTC
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
---
 hdata/spira.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Dan Horák Nov. 30, 2020, 2:36 p.m. UTC | #1
On Fri, 27 Nov 2020 18:52:19 +0530
Vasant Hegde <hegdevasant@linux.vnet.ibm.com> wrote:

> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
> ---
>  hdata/spira.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

LGTM

Reviewed-by: Dan Horák <dan@danny.cz>


		Dan

> 
> diff --git a/hdata/spira.h b/hdata/spira.h
> index f7a1b8237..2b2955ff9 100644
> --- a/hdata/spira.h
> +++ b/hdata/spira.h
> @@ -1168,7 +1168,8 @@ struct ipmi_sensors_data {
>  	__be32	slca_index;
>  	uint8_t	type;
>  	uint8_t	id;
> -	__be16	reserved;
> +	uint8_t entity_id;
> +	uint8_t reserved;
>  } __packed;
>  
>  struct ipmi_sensors {
> -- 
> 2.26.2
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
Vasant Hegde Dec. 16, 2020, 7:59 a.m. UTC | #2
On 11/27/20 6:52 PM, Vasant Hegde wrote:
> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>

Merged to master as ae1ddf7e1231c6f.

-Vasant
diff mbox series

Patch

diff --git a/hdata/spira.h b/hdata/spira.h
index f7a1b8237..2b2955ff9 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -1168,7 +1168,8 @@  struct ipmi_sensors_data {
 	__be32	slca_index;
 	uint8_t	type;
 	uint8_t	id;
-	__be16	reserved;
+	uint8_t entity_id;
+	uint8_t reserved;
 } __packed;
 
 struct ipmi_sensors {