aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tb10x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-tb10x.c')
-rw-r--r--drivers/gpio/gpio-tb10x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c
index 0502b9a041a5..66a54ea4f779 100644
--- a/drivers/gpio/gpio-tb10x.c
+++ b/drivers/gpio/gpio-tb10x.c
@@ -221,7 +221,7 @@ static int tb10x_gpio_probe(struct platform_device *pdev)
221 tb10x_gpio->gc.free = tb10x_gpio_free; 221 tb10x_gpio->gc.free = tb10x_gpio_free;
222 tb10x_gpio->gc.base = -1; 222 tb10x_gpio->gc.base = -1;
223 tb10x_gpio->gc.ngpio = ngpio; 223 tb10x_gpio->gc.ngpio = ngpio;
224 tb10x_gpio->gc.can_sleep = 0; 224 tb10x_gpio->gc.can_sleep = false;
225 225
226 226
227 ret = gpiochip_add(&tb10x_gpio->gc); 227 ret = gpiochip_add(&tb10x_gpio->gc);