gpio/pinctrl: make gpio_chip members typed boolean
[deliverable/linux.git] / drivers / gpio / gpio-ich.c
index 814addb62d2cce372ac4a9df25733d6f3f52284e..f5bf3c38bca666fbad9a5a4ac9b52585286a9d37 100644 (file)
@@ -252,7 +252,7 @@ static void ichx_gpiolib_setup(struct gpio_chip *chip)
        chip->direction_output = ichx_gpio_direction_output;
        chip->base = modparam_gpiobase;
        chip->ngpio = ichx_priv.desc->ngpio;
-       chip->can_sleep = 0;
+       chip->can_sleep = false;
        chip->dbg_show = NULL;
 }
 
This page took 0.029744 seconds and 5 git commands to generate.