gpio/pinctrl: make gpio_chip members typed boolean
[deliverable/linux.git] / drivers / gpio / gpio-tps65912.c
index 276a4229b032583379dd1490716dd98565c6bca3..59ee486cb8b918ea8e06f497d87e8e3e74c48261 100644 (file)
@@ -79,7 +79,7 @@ static struct gpio_chip template_chip = {
        .direction_output       = tps65912_gpio_output,
        .get                    = tps65912_gpio_get,
        .set                    = tps65912_gpio_set,
-       .can_sleep              = 1,
+       .can_sleep              = true,
        .ngpio                  = 5,
        .base                   = -1,
 };
This page took 0.112971 seconds and 5 git commands to generate.