diff options
Diffstat (limited to 'drivers/gpio/gpio-da9055.c')
-rw-r--r-- | drivers/gpio/gpio-da9055.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-da9055.c b/drivers/gpio/gpio-da9055.c index 7ef0820032bd..f992997bc301 100644 --- a/drivers/gpio/gpio-da9055.c +++ b/drivers/gpio/gpio-da9055.c | |||
@@ -134,7 +134,7 @@ static struct gpio_chip reference_gp = { | |||
134 | .direction_input = da9055_gpio_direction_input, | 134 | .direction_input = da9055_gpio_direction_input, |
135 | .direction_output = da9055_gpio_direction_output, | 135 | .direction_output = da9055_gpio_direction_output, |
136 | .to_irq = da9055_gpio_to_irq, | 136 | .to_irq = da9055_gpio_to_irq, |
137 | .can_sleep = 1, | 137 | .can_sleep = true, |
138 | .ngpio = 3, | 138 | .ngpio = 3, |
139 | .base = -1, | 139 | .base = -1, |
140 | }; | 140 | }; |