mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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:
parent
c08957a2cf
commit
f5726ae33c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue