|
@@ -828,7 +828,7 @@ static void print_constraints(struct regulator_dev *rdev)
|
|
if (!count)
|
|
if (!count)
|
|
sprintf(buf, "no parameters");
|
|
sprintf(buf, "no parameters");
|
|
|
|
|
|
- rdev_info(rdev, "%s\n", buf);
|
|
|
|
|
|
+ rdev_dbg(rdev, "%s\n", buf);
|
|
|
|
|
|
if ((constraints->min_uV != constraints->max_uV) &&
|
|
if ((constraints->min_uV != constraints->max_uV) &&
|
|
!(constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE))
|
|
!(constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE))
|