diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-09 11:22:20 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-06-09 14:14:29 -0400 |
commit | f5726ae33c382366ea1b23240d5620dcf675d81d (patch) | |
tree | 131c172eb0e008a682ebeac7f9e393a1642142d3 /drivers/regulator | |
parent | c08957a2cf3c4a14e68d72c845d3c52cf3d826e1 (diff) |
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>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 7b38af90a012..75312bd6aac4 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -1033,7 +1033,7 @@ static void unset_regulator_supplies(struct regulator_dev *rdev) | |||
1033 | } | 1033 | } |
1034 | } | 1034 | } |
1035 | 1035 | ||
1036 | #define REG_STR_SIZE 32 | 1036 | #define REG_STR_SIZE 64 |
1037 | 1037 | ||
1038 | static struct regulator *create_regulator(struct regulator_dev *rdev, | 1038 | static struct regulator *create_regulator(struct regulator_dev *rdev, |
1039 | struct device *dev, | 1039 | struct device *dev, |