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

Commit 47924b6a authored by Mark Brown's avatar Mark Brown
Browse files

regulator: wm8350: Constify regulator_desc

parent 65f26846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1269,7 +1269,7 @@ static struct regulator_ops wm8350_isink_ops = {
	.enable_time = wm8350_isink_enable_time,
};

static struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = {
static const struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = {
	{
		.name = "DCDC1",
		.id = WM8350_DCDC_1,