mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:30:53 +07:00
maple: Fix up maple build failure.
maple_devinfo->connector_direction had a typo, fix it up.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
b785537fe6
commit
5c8f82c649
@ -39,7 +39,7 @@ struct maple_devinfo {
|
||||
unsigned long function;
|
||||
unsigned long function_data[3];
|
||||
unsigned char area_code;
|
||||
unsigned char connector_directon;
|
||||
unsigned char connector_direction;
|
||||
char product_name[31];
|
||||
char product_licence[61];
|
||||
unsigned short standby_power;
|
||||
|
Loading…
Reference in New Issue
Block a user