aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps6586x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-tps6586x.c')
-rw-r--r--drivers/gpio/gpio-tps6586x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tps6586x.c b/drivers/gpio/gpio-tps6586x.c
index 29e8e750bd49..8994dfa13491 100644
--- a/drivers/gpio/gpio-tps6586x.c
+++ b/drivers/gpio/gpio-tps6586x.c
@@ -108,7 +108,7 @@ static int tps6586x_gpio_probe(struct platform_device *pdev)
108 tps6586x_gpio->gpio_chip.label = pdev->name; 108 tps6586x_gpio->gpio_chip.label = pdev->name;
109 tps6586x_gpio->gpio_chip.dev = &pdev->dev; 109 tps6586x_gpio->gpio_chip.dev = &pdev->dev;
110 tps6586x_gpio->gpio_chip.ngpio = 4; 110 tps6586x_gpio->gpio_chip.ngpio = 4;
111 tps6586x_gpio->gpio_chip.can_sleep = 1; 111 tps6586x_gpio->gpio_chip.can_sleep = true;
112 112
113 /* FIXME: add handling of GPIOs as dedicated inputs */ 113 /* FIXME: add handling of GPIOs as dedicated inputs */
114 tps6586x_gpio->gpio_chip.direction_output = tps6586x_gpio_output; 114 tps6586x_gpio->gpio_chip.direction_output = tps6586x_gpio_output;