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

Commit 0373bcff authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: max1586: Constify regulator_desc

parent 78637a3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ static struct regulator_ops max1586_v6_ops = {
	.list_voltage = max1586_v6_list,
};

static struct regulator_desc max1586_reg[] = {
static const struct regulator_desc max1586_reg[] = {
	{
		.name = "Output_V3",
		.id = MAX1586_V3,