gpio/pinctrl: make gpio_chip members typed boolean
[deliverable/linux.git] / drivers / gpio / gpio-mc9s08dz60.c
index 0ab700046a23eec7f5e6446ea05dc6382ff28e86..dce35ff00db72ff6224dfc519a5928b9bd21a337 100644 (file)
@@ -102,7 +102,7 @@ static int mc9s08dz60_probe(struct i2c_client *client,
        mc9s->chip.dev = &client->dev;
        mc9s->chip.owner = THIS_MODULE;
        mc9s->chip.ngpio = GPIO_NUM;
-       mc9s->chip.can_sleep = 1;
+       mc9s->chip.can_sleep = true;
        mc9s->chip.get = mc9s08dz60_get_value;
        mc9s->chip.set = mc9s08dz60_set_value;
        mc9s->chip.direction_output = mc9s08dz60_direction_output;
This page took 0.030419 seconds and 5 git commands to generate.