Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286554
b: refs/heads/master
c: 94bd244
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Grant Likely committed Jan 18, 2012
1 parent 85030e4 commit 7a22eeb
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: 265fe02b6fade1704f01c4e96f99ac051b7fab9d
refs/heads/master: 94bd2442d25454a874e070d871f50f4ce9d57101
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int tps65910_gpio_output(struct gpio_chip *gc, unsigned offset,
struct tps65910 *tps65910 = container_of(gc, struct tps65910, gpio);

/* Set the initial value */
tps65910_gpio_set(gc, 0, value);
tps65910_gpio_set(gc, offset, value);

return tps65910_set_bits(tps65910, TPS65910_GPIO0 + offset,
GPIO_CFG_MASK);
Expand Down

0 comments on commit 7a22eeb

Please sign in to comment.