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 cd87c0c37034..df2af3a11351 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -828,7 +828,7 @@ static void print_constraints(struct regulator_dev *rdev) | |||
828 | if (!count) | 828 | if (!count) |
829 | sprintf(buf, "no parameters"); | 829 | sprintf(buf, "no parameters"); |
830 | 830 | ||
831 | rdev_info(rdev, "%s\n", buf); | 831 | rdev_dbg(rdev, "%s\n", buf); |
832 | 832 | ||
833 | if ((constraints->min_uV != constraints->max_uV) && | 833 | if ((constraints->min_uV != constraints->max_uV) && |
834 | !(constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) | 834 | !(constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) |