Re: [PATCH] gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value

2013-03-27 Thread Linus Walleij
On Thu, Mar 7, 2013 at 9:48 AM, Mika Westerberg wrote: > It is more readable for humans to use double-bang (!!) to convert the value > to pure boolean before it is returned. > > Signed-off-by: Mika Westerberg Thanks, patch applied! Yours, Linus Walleij -- To unsubscribe from this list: send th

[PATCH] gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value

2013-03-07 Thread Mika Westerberg
It is more readable for humans to use double-bang (!!) to convert the value to pure boolean before it is returned. Signed-off-by: Mika Westerberg --- drivers/gpio/gpio-ich.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c i