diff options
-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 443eaab933fc..8a28116b5805 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -779,7 +779,7 @@ static int suspend_prepare(struct regulator_dev *rdev, suspend_state_t state) | |||
779 | static void print_constraints(struct regulator_dev *rdev) | 779 | static void print_constraints(struct regulator_dev *rdev) |
780 | { | 780 | { |
781 | struct regulation_constraints *constraints = rdev->constraints; | 781 | struct regulation_constraints *constraints = rdev->constraints; |
782 | char buf[80] = ""; | 782 | char buf[160] = ""; |
783 | int count = 0; | 783 | int count = 0; |
784 | int ret; | 784 | int ret; |
785 | 785 | ||