gpio/pinctrl: make gpio_chip members typed boolean
[deliverable/linux.git] / drivers / gpio / gpio-tb10x.c
index 0502b9a041a50a199b40f4d3bf956bcd81dc7fdf..66a54ea4f7791f583faa2fd413dd9d2dce888297 100644 (file)
@@ -221,7 +221,7 @@ static int tb10x_gpio_probe(struct platform_device *pdev)
        tb10x_gpio->gc.free             = tb10x_gpio_free;
        tb10x_gpio->gc.base             = -1;
        tb10x_gpio->gc.ngpio            = ngpio;
-       tb10x_gpio->gc.can_sleep        = 0;
+       tb10x_gpio->gc.can_sleep        = false;
 
 
        ret = gpiochip_add(&tb10x_gpio->gc);
This page took 0.027659 seconds and 5 git commands to generate.