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 ab419f8b2a84..911b774c745c 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -739,7 +739,7 @@ static void print_constraints(struct regulator_dev *rdev) | |||
739 | if (constraints->valid_modes_mask & REGULATOR_MODE_STANDBY) | 739 | if (constraints->valid_modes_mask & REGULATOR_MODE_STANDBY) |
740 | count += sprintf(buf + count, "standby"); | 740 | count += sprintf(buf + count, "standby"); |
741 | 741 | ||
742 | rdev_info(rdev, "regulator: %s\n", buf); | 742 | rdev_info(rdev, "%s\n", buf); |
743 | } | 743 | } |
744 | 744 | ||
745 | static int machine_constraints_voltage(struct regulator_dev *rdev, | 745 | static int machine_constraints_voltage(struct regulator_dev *rdev, |