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

Commit 2ac2d7d8 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: pcf50633: Constify regulator_desc

parent 487f71e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ static struct regulator_ops pcf50633_regulator_ops = {
	.is_enabled = pcf50633_regulator_is_enabled,
};

static struct regulator_desc regulators[] = {
static const struct regulator_desc regulators[] = {
	[PCF50633_REGULATOR_AUTO] =
		PCF50633_REGULATOR("auto", PCF50633_REGULATOR_AUTO, 81),
	[PCF50633_REGULATOR_DOWN1] =