From 1d40916a3cd1cc58764075b28c4a6dd3114802ed Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 27 Nov 2012 18:48:56 +0000 Subject: [PATCH] --- yaml --- r: 343166 b: refs/heads/master c: fff15bef48e846d2670c86c95f8dbc3f84bbe866 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/regulator/core.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b0e2b393196e..03e342306d35 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd8004af2b0e903b2ee9fce305cb615245fa12ee +refs/heads/master: fff15bef48e846d2670c86c95f8dbc3f84bbe866 diff --git a/trunk/drivers/regulator/core.c b/trunk/drivers/regulator/core.c index e7fffd15953f..7fbbd8250ed9 100644 --- a/trunk/drivers/regulator/core.c +++ b/trunk/drivers/regulator/core.c @@ -883,7 +883,9 @@ static int machine_constraints_voltage(struct regulator_dev *rdev, /* final: [min_uV..max_uV] valid iff constraints valid */ if (max_uV < min_uV) { - rdev_err(rdev, "unsupportable voltage constraints\n"); + rdev_err(rdev, + "unsupportable voltage constraints %u-%uuV\n", + min_uV, max_uV); return -EINVAL; }