* [email protected] <[email protected]> [091117 14:39]:
> From: Roel Kluin <[email protected]>
> 
> The closing parenthesis was not in the right location.

I've added this to omap-fixes and will send to Linus today
along with few other fixes.

Andrew & Russell, please let me know if you have this
already queued for Linus, and I'll drop it from my queue.

Regards,

Tony

 
> Signed-off-by: Roel Kluin <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Russell King <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>
> ---
> 
>  arch/arm/plat-omap/gpio.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN arch/arm/plat-omap/gpio.c~omap-fix-unlikelyx-y 
> arch/arm/plat-omap/gpio.c
> --- a/arch/arm/plat-omap/gpio.c~omap-fix-unlikelyx-y
> +++ a/arch/arm/plat-omap/gpio.c
> @@ -391,7 +391,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;
> _
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to