|
@@ -130,7 +130,7 @@ static int ichx_read_bit(int reg, unsigned nr)
|
|
|
|
|
|
|
|
static bool ichx_gpio_check_available(struct gpio_chip *gpio, unsigned nr)
|
|
static bool ichx_gpio_check_available(struct gpio_chip *gpio, unsigned nr)
|
|
|
{
|
|
{
|
|
|
- return ichx_priv.use_gpio & (1 << (nr / 32));
|
|
|
|
|
|
|
+ return !!(ichx_priv.use_gpio & (1 << (nr / 32)));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static int ichx_gpio_direction_input(struct gpio_chip *gpio, unsigned nr)
|
|
static int ichx_gpio_direction_input(struct gpio_chip *gpio, unsigned nr)
|