Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343135
b: refs/heads/master
c: 26cbd30
h: refs/heads/master
i:
  343133: 6b7ec13
  343131: 17e61a2
  343127: a271040
  343119: 89166df
  343103: 78a23cc
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 16, 2012
1 parent d214abb commit 6aaa00e
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: f6130be652d0b4fbf710d83a816298c007e59ed1
refs/heads/master: 26cbd3073394b966654294c8cb9cb2fec870c567
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/da9055-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static __devinit int da9055_gpio_init(struct da9055_regulator *regulator,
goto err;
}

if (pdata->gpio_rsel && pdata->gpio_ren[id]) {
if (pdata->gpio_rsel && pdata->gpio_rsel[id]) {
char name[18];
int gpio_mux = pdata->gpio_rsel[id];

Expand Down

0 comments on commit 6aaa00e

Please sign in to comment.