diff options
Diffstat (limited to 'drivers/gpio/gpio-pca953x.c')
-rw-r--r-- | drivers/gpio/gpio-pca953x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index 6e48c07e3d8c..019b23b955a2 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c | |||
@@ -354,7 +354,7 @@ static void pca953x_setup_gpio(struct pca953x_chip *chip, int gpios) | |||
354 | gc->direction_output = pca953x_gpio_direction_output; | 354 | gc->direction_output = pca953x_gpio_direction_output; |
355 | gc->get = pca953x_gpio_get_value; | 355 | gc->get = pca953x_gpio_get_value; |
356 | gc->set = pca953x_gpio_set_value; | 356 | gc->set = pca953x_gpio_set_value; |
357 | gc->can_sleep = 1; | 357 | gc->can_sleep = true; |
358 | 358 | ||
359 | gc->base = chip->gpio_start; | 359 | gc->base = chip->gpio_start; |
360 | gc->ngpio = gpios; | 360 | gc->ngpio = gpios; |