Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144266
b: refs/heads/master
c: 036de8e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Liam Girdwood committed Apr 28, 2009
1 parent c956b55 commit fe4a7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9f6532519feab921856f41b30a2397ee25f4de49
refs/heads/master: 036de8efae4b81f8e1504fab654070cecce6dfa9
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ static void drms_uA_update(struct regulator_dev *rdev)

err = regulator_check_drms(rdev);
if (err < 0 || !rdev->desc->ops->get_optimum_mode ||
!rdev->desc->ops->get_voltage || !rdev->desc->ops->set_mode);
return;
!rdev->desc->ops->get_voltage || !rdev->desc->ops->set_mode)
return;

/* get output voltage */
output_uV = rdev->desc->ops->get_voltage(rdev);
Expand Down

0 comments on commit fe4a7b2

Please sign in to comment.