Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117261
b: refs/heads/master
c: ed0b2ef
h: refs/heads/master
i:
  117259: 26e14a7
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Oct 21, 2008
1 parent e557700 commit 3ec44c8
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: 3b495513a2a033d401eba213327c1525d863eb9b
refs/heads/master: ed0b2ef55a393b96211e209f26544f2f180b0fe8
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ static int __gpio_get_set_value(struct pinmux_info *gpioc,
BUG();
else
value = read_write_reg(dr->reg, dr->reg_width,
1, bit, value, do_write);
1, bit, !!value, do_write);

return value;
}
Expand Down

0 comments on commit 3ec44c8

Please sign in to comment.