Skip to content

Commit

Permalink
librtas: sync papr-sysparm.h with kernel
Browse files Browse the repository at this point in the history
The data member is __u8 as of 8ded03ae48b3
("powerpc/pseries/papr-sysparm: use u8 arrays for payloads").

Verified that the object code in librtas_src/sysparm.o is unchanged by
this.

Signed-off-by: Nathan Lynch <[email protected]>
Signed-off-by: Tyrel Datwyler <[email protected]>
  • Loading branch information
nathanlynch authored and tyreld committed Feb 7, 2024
1 parent d8d4ee6 commit b8d3405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librtas_src/papr-sysparm.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum {
struct papr_sysparm_io_block {
__u32 parameter;
__u16 length;
char data[PAPR_SYSPARM_MAX_OUTPUT];
__u8 data[PAPR_SYSPARM_MAX_OUTPUT];
};

/**
Expand Down

0 comments on commit b8d3405

Please sign in to comment.