Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302141
b: refs/heads/master
c: 42ff943
h: refs/heads/master
i:
  302139: 019c25d
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Apr 2, 2012
1 parent e707204 commit a0d9eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 509cbf848c9b1cb18a424beed732829bc04e7b06
refs/heads/master: 42ff943148f78d6d60d345a52c7cfc6ae3bdf1cf
2 changes: 2 additions & 0 deletions trunk/drivers/regulator/max8925-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ static int max8925_set_dvm_disable(struct regulator_dev *rdev)
}

static struct regulator_ops max8925_regulator_sdv_ops = {
.list_voltage = max8925_list_voltage,
.set_voltage = max8925_set_voltage,
.get_voltage = max8925_get_voltage,
.enable = max8925_enable,
Expand All @@ -174,6 +175,7 @@ static struct regulator_ops max8925_regulator_sdv_ops = {
};

static struct regulator_ops max8925_regulator_ldo_ops = {
.list_voltage = max8925_list_voltage,
.set_voltage = max8925_set_voltage,
.get_voltage = max8925_get_voltage,
.enable = max8925_enable,
Expand Down

0 comments on commit a0d9eac

Please sign in to comment.