Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321553
b: refs/heads/master
c: f7da0bd
h: refs/heads/master
i:
  321551: 19cd5aa
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Aug 4, 2012
1 parent 4128036 commit 708f973
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: 8abdd2d2d873ece35a201c2e05af7b6998cf0dca
refs/heads/master: f7da0bdbf585c0404fc89901ee4bdb806e70530f
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-msic.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int msic_gpio_to_oreg(unsigned offset)
if (offset < 20)
return INTEL_MSIC_GPIO0HV0CTLO - offset + 16;

return INTEL_MSIC_GPIO1HV0CTLO + offset + 20;
return INTEL_MSIC_GPIO1HV0CTLO - offset + 20;
}

static int msic_gpio_direction_input(struct gpio_chip *chip, unsigned offset)
Expand Down

0 comments on commit 708f973

Please sign in to comment.