regulator: Increase the limit on sysfs file names
With verbose filenames we can easily hit 32 characters. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
Родитель
c08957a2cf
Коммит
f5726ae33c
|
@ -1033,7 +1033,7 @@ static void unset_regulator_supplies(struct regulator_dev *rdev)
|
|||
}
|
||||
}
|
||||
|
||||
#define REG_STR_SIZE 32
|
||||
#define REG_STR_SIZE 64
|
||||
|
||||
static struct regulator *create_regulator(struct regulator_dev *rdev,
|
||||
struct device *dev,
|
||||
|
|
Загрузка…
Ссылка в новой задаче