Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65103
b: refs/heads/master
c: 8742bc9
h: refs/heads/master
i:
  65101: 4435ccf
  65099: 7351cf9
  65095: 4d7c827
  65087: 7b347bd
v: v3
  • Loading branch information
Herbert Valerio Riedel authored and Russell King committed Sep 20, 2007
1 parent 70e0fed commit c4ea072
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: 4f6627ac3ba6948a4aebec80edfd6565aec3a40c
refs/heads/master: 8742bc92c36324ac4bac739ab413acc6630a875d
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static int ep93xx_gpio_irq_type(unsigned int irq, unsigned int type)
if (line >= 0 && line < 16) {
gpio_line_config(line, GPIO_IN);
} else {
gpio_line_config(EP93XX_GPIO_LINE_F(line), GPIO_IN);
gpio_line_config(EP93XX_GPIO_LINE_F(line-16), GPIO_IN);
}

port = line >> 3;
Expand Down

0 comments on commit c4ea072

Please sign in to comment.