From 14eb6267024bc1856ad585a5cad7feb5137a852f Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Tue, 17 Nov 2009 14:39:03 -0800 Subject: [PATCH] --- yaml --- r: 168779 b: refs/heads/master c: d32b20fc7dad87ac95fcc73fca3606c0db85f210 h: refs/heads/master i: 168777: aa21d320b5cf9b31a3cd71b82de58afe5c41b403 168775: 6fc11a09444332d6adc7d2d30f687fe6c6bbff68 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/gpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 95f7f06163b3..37d24835ef8e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 72f962fc7bc00f5ff4991912b889f87b464f7f1a +refs/heads/master: d32b20fc7dad87ac95fcc73fca3606c0db85f210 diff --git a/trunk/arch/arm/plat-omap/gpio.c b/trunk/arch/arm/plat-omap/gpio.c index 71ebd7fcfea1..7c345b757df1 100644 --- a/trunk/arch/arm/plat-omap/gpio.c +++ b/trunk/arch/arm/plat-omap/gpio.c @@ -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;