Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137238
b: refs/heads/master
c: 999981d
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Sascha Hauer committed Mar 13, 2009
1 parent a74768f commit aaf92db
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: 6bbdbf2f95771c0a2dbccc423b99b37fde9a5078
refs/heads/master: 999981d943e626bff5d031de1bf06435afb10ced
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ static int mxc_gpio_direction_input(struct gpio_chip *chip, unsigned offset)
static int mxc_gpio_direction_output(struct gpio_chip *chip,
unsigned offset, int value)
{
_set_gpio_direction(chip, offset, 1);
mxc_gpio_set(chip, offset, value);
_set_gpio_direction(chip, offset, 1);
return 0;
}

Expand Down

0 comments on commit aaf92db

Please sign in to comment.