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

Commit 487f71e6 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: ad5398: Constify regulator_desc

parent 25e4d602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ static struct regulator_ops ad5398_ops = {
	.is_enabled = ad5398_is_enabled,
};

static struct regulator_desc ad5398_reg = {
static const struct regulator_desc ad5398_reg = {
	.name = "isink",
	.id = 0,
	.ops = &ad5398_ops,