Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36629
b: refs/heads/master
c: 193e68b
h: refs/heads/master
i:
  36627: a629578
v: v3
  • Loading branch information
Jonathan McDowell authored and Tony Lindgren committed Sep 25, 2006
1 parent 6cae64e commit 12654d6
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: 75a1d10e2f110380adaa9b993fd417537e2f85ba
refs/heads/master: 193e68be335890a99879799bdcd06e18247c110a
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static inline int gpio_valid(int gpio)
return -1;
#ifndef CONFIG_ARCH_OMAP24XX
if (OMAP_GPIO_IS_MPUIO(gpio)) {
if (gpio >= MAX_GPIO_LINES + 16)
if (gpio >= OMAP_MAX_GPIO_LINES + 16)
return -1;
return 0;
}
Expand Down

0 comments on commit 12654d6

Please sign in to comment.