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

Commit 14add4ff authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: lp3971: Constify regulator_desc

parent 4b65e159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ static struct regulator_ops lp3971_dcdc_ops = {
	.set_voltage = lp3971_dcdc_set_voltage,
};

static struct regulator_desc regulators[] = {
static const struct regulator_desc regulators[] = {
	{
		.name = "LDO1",
		.id = LP3971_LDO1,