Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-wm8994.c
index a53dbdefc7ee147c86255fa795c7bacfc1a42d0d..d93b6b581677cada67fba27bed58a66ef1ed89ad 100644 (file)
@@ -242,7 +242,7 @@ static struct gpio_chip template_chip = {
        .set                    = wm8994_gpio_set,
        .to_irq                 = wm8994_gpio_to_irq,
        .dbg_show               = wm8994_gpio_dbg_show,
-       .can_sleep              = 1,
+       .can_sleep              = true,
 };
 
 static int wm8994_gpio_probe(struct platform_device *pdev)