Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251934
b: refs/heads/master
c: e6f1945
h: refs/heads/master
v: v3
  • Loading branch information
Vincent Palatin authored and Samuel Ortiz committed May 26, 2011
1 parent 1be57e9 commit 085cb7d
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: ea91db527cd73a4401d10a1fd730f06ce9a363c7
refs/heads/master: e6f1945b9e71cbc8498e5fbf8d5352331ac5da14
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/tps6586x.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ static void tps6586x_gpio_set(struct gpio_chip *chip, unsigned offset,
{
struct tps6586x *tps6586x = container_of(chip, struct tps6586x, gpio);

__tps6586x_write(tps6586x->client, TPS6586X_GPIOSET2,
value << offset);
tps6586x_update(tps6586x->dev, TPS6586X_GPIOSET2,
value << offset, 1 << offset);
}

static int tps6586x_gpio_output(struct gpio_chip *gc, unsigned offset,
Expand Down

0 comments on commit 085cb7d

Please sign in to comment.