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

Commit bb3149a9 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Samuel Ortiz
Browse files

mfd: Fix a sparse warning about mc13xxx_chipname not being declared

parent 8959e743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ enum mc13xxx_id {
	MC13XXX_ID_INVALID,
};

const char *mc13xxx_chipname[] = {
static const char *mc13xxx_chipname[] = {
	[MC13XXX_ID_MC13783] = "mc13783",
	[MC13XXX_ID_MC13892] = "mc13892",
};