Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168779
b: refs/heads/master
c: d32b20f
h: refs/heads/master
i:
  168777: aa21d32
  168775: 6fc11a0
v: v3
  • Loading branch information
Roel Kluin authored and Tony Lindgren committed Nov 18, 2009
1 parent 3c44e6f commit 14eb626
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: 72f962fc7bc00f5ff4991912b889f87b464f7f1a
refs/heads/master: d32b20fc7dad87ac95fcc73fca3606c0db85f210
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 @@ -373,7 +373,7 @@ static inline int gpio_valid(int gpio)

static int check_gpio(int gpio)
{
if (unlikely(gpio_valid(gpio)) < 0) {
if (unlikely(gpio_valid(gpio) < 0)) {
printk(KERN_ERR "omap-gpio: invalid GPIO %d\n", gpio);
dump_stack();
return -1;
Expand Down

0 comments on commit 14eb626

Please sign in to comment.