aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-da9052.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-da9052.c')
-rw-r--r--drivers/gpio/gpio-da9052.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-da9052.c b/drivers/gpio/gpio-da9052.c
index 9b77dc05d4ad..416cdf786b05 100644
--- a/drivers/gpio/gpio-da9052.c
+++ b/drivers/gpio/gpio-da9052.c
@@ -200,7 +200,7 @@ static struct gpio_chip reference_gp = {
200 .direction_input = da9052_gpio_direction_input, 200 .direction_input = da9052_gpio_direction_input,
201 .direction_output = da9052_gpio_direction_output, 201 .direction_output = da9052_gpio_direction_output,
202 .to_irq = da9052_gpio_to_irq, 202 .to_irq = da9052_gpio_to_irq,
203 .can_sleep = 1, 203 .can_sleep = true,
204 .ngpio = 16, 204 .ngpio = 16,
205 .base = -1, 205 .base = -1,
206}; 206};