diff options
Diffstat (limited to 'drivers/gpio/gpio-ml-ioh.c')
-rw-r--r-- | drivers/gpio/gpio-ml-ioh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ml-ioh.c b/drivers/gpio/gpio-ml-ioh.c index 5c94af3c84e0..d51329d23d38 100644 --- a/drivers/gpio/gpio-ml-ioh.c +++ b/drivers/gpio/gpio-ml-ioh.c | |||
@@ -242,7 +242,7 @@ static void ioh_gpio_setup(struct ioh_gpio *chip, int num_port) | |||
242 | gpio->dbg_show = NULL; | 242 | gpio->dbg_show = NULL; |
243 | gpio->base = -1; | 243 | gpio->base = -1; |
244 | gpio->ngpio = num_port; | 244 | gpio->ngpio = num_port; |
245 | gpio->can_sleep = 0; | 245 | gpio->can_sleep = false; |
246 | gpio->to_irq = ioh_gpio_to_irq; | 246 | gpio->to_irq = ioh_gpio_to_irq; |
247 | } | 247 | } |
248 | 248 | ||