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

Commit 4b65e159 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: isl6271a: Constify regulator_desc

parent 2ac2d7d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ static struct regulator_ops isl_fixed_ops = {
	.list_voltage	= isl6271a_list_fixed_voltage,
};

static struct regulator_desc isl_rd[] = {
static const struct regulator_desc isl_rd[] = {
	{
		.name		= "Core Buck",
		.id		= 0,