]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/gpio-ucb1400.c
Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / gpio / gpio-ucb1400.c
index 06fb5cf99dede237bd29f109bbd195bfa2230f5b..2445fe771179797cbfedee338c43ac036ded74e6 100644 (file)
@@ -64,7 +64,7 @@ static int ucb1400_gpio_probe(struct platform_device *dev)
        ucb->gc.direction_output = ucb1400_gpio_dir_out;
        ucb->gc.get = ucb1400_gpio_get;
        ucb->gc.set = ucb1400_gpio_set;
-       ucb->gc.can_sleep = 1;
+       ucb->gc.can_sleep = true;
 
        err = gpiochip_add(&ucb->gc);
        if (err)