mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 01:51:53 +00:00
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: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
d1685e4e2c
commit
0151546fb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user