diff --git a/[refs] b/[refs] index 73246f6abc6a..f47ab070098c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad7725cb43b8badb2fec2c2bfca07c067f2e19a7 +refs/heads/master: e4a6376b3b2999d169b602a582a8819d95ff79bc diff --git a/trunk/drivers/regulator/core.c b/trunk/drivers/regulator/core.c index a43eedb214bb..cc8b337b9119 100644 --- a/trunk/drivers/regulator/core.c +++ b/trunk/drivers/regulator/core.c @@ -700,7 +700,7 @@ static void print_constraints(struct regulator_dev *rdev) constraints->min_uA != constraints->max_uA) { ret = _regulator_get_current_limit(rdev); if (ret > 0) - count += sprintf(buf + count, "at %d uA ", ret / 1000); + count += sprintf(buf + count, "at %d mA ", ret / 1000); } if (constraints->valid_modes_mask & REGULATOR_MODE_FAST)