diff options
Diffstat (limited to 'drivers/gpio/gpio-tc3589x.c')
-rw-r--r-- | drivers/gpio/gpio-tc3589x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tc3589x.c b/drivers/gpio/gpio-tc3589x.c index ddb5fefaa715..1019320984d7 100644 --- a/drivers/gpio/gpio-tc3589x.c +++ b/drivers/gpio/gpio-tc3589x.c | |||
@@ -127,7 +127,7 @@ static struct gpio_chip template_chip = { | |||
127 | .direction_output = tc3589x_gpio_direction_output, | 127 | .direction_output = tc3589x_gpio_direction_output, |
128 | .set = tc3589x_gpio_set, | 128 | .set = tc3589x_gpio_set, |
129 | .to_irq = tc3589x_gpio_to_irq, | 129 | .to_irq = tc3589x_gpio_to_irq, |
130 | .can_sleep = 1, | 130 | .can_sleep = true, |
131 | }; | 131 | }; |
132 | 132 | ||
133 | static int tc3589x_gpio_irq_set_type(struct irq_data *d, unsigned int type) | 133 | static int tc3589x_gpio_irq_set_type(struct irq_data *d, unsigned int type) |