Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365035
b: refs/heads/master
c: 5689e83
h: refs/heads/master
i:
  365033: 2585079
  365031: 741b138
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 25, 2013
1 parent 36df854 commit 175e59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 328a5369664d09e9082a8e814a9b2dcdfb7f519b
refs/heads/master: 5689e830745b39dbab895e5e8df3f962cb7eecac
5 changes: 2 additions & 3 deletions trunk/drivers/regulator/ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,15 @@ static struct regulator_ops ab8500_regulator_mode_ops = {
.set_mode = ab8500_regulator_set_mode,
.get_mode = ab8500_regulator_get_mode,
.get_voltage_sel = ab8500_regulator_get_voltage_sel,
.list_voltage = regulator_list_voltage_table,
.set_voltage_time_sel = ab8500_regulator_set_voltage_time_sel,
.list_voltage = regulator_list_voltage_linear,
};

static struct regulator_ops ab8500_regulator_ops = {
.enable = ab8500_regulator_enable,
.disable = ab8500_regulator_disable,
.is_enabled = ab8500_regulator_is_enabled,
.get_voltage_sel = ab8500_regulator_get_voltage_sel,
.list_voltage = regulator_list_voltage_table,
.list_voltage = regulator_list_voltage_linear,
};

static struct ab8500_regulator_info
Expand Down

0 comments on commit 175e59f

Please sign in to comment.