Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312532
b: refs/heads/master
c: 578df8b
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 11, 2012
1 parent 759425e commit 63678d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23ca6bf2318fecfbb9cd9d524e82d5029ef365bf
refs/heads/master: 578df8babf3b1895d562e1ea0d3a81d1e77e0182
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ int regulator_set_voltage_time_sel(struct regulator_dev *rdev,
if (rdev->desc->ramp_delay && rdev->desc->uV_step)
return DIV_ROUND_UP(rdev->desc->uV_step *
abs(new_selector - old_selector),
rdev->desc->ramp_delay) * 1000;
rdev->desc->ramp_delay * 1000);
return 0;
}

Expand Down

0 comments on commit 63678d1

Please sign in to comment.