Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c8f82c6 authored by Paul Mundt's avatar Paul Mundt
Browse files

maple: Fix up maple build failure.



maple_devinfo->connector_direction had a typo, fix it up..

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b785537f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;