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

Commit 0151546f authored by Mark Brown's avatar Mark Brown
Browse files

regulator: Constify constraints name



There's no need for the API to modify it and having it const makes it
easier to use with random strings the board code has.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent d1685e4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ struct regulator_state {
 */
struct regulation_constraints {

	char *name;
	const char *name;

	/* voltage output range (inclusive) - for voltage control */
	int min_uV;