gpio/pinctrl: make gpio_chip members typed boolean
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-vx855.c
index cddfa22edb410dc3aaaff6ff0c616e812b339966..0fd23b6a753d92576c7b6e09c467aff5f59129e8 100644 (file)
@@ -214,7 +214,7 @@ static void vx855gpio_gpio_setup(struct vx855_gpio *vg)
        c->dbg_show = NULL;
        c->base = 0;
        c->ngpio = NR_VX855_GP;
-       c->can_sleep = 0;
+       c->can_sleep = false;
        c->names = vx855gpio_names;
 }