]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/gpio-da9052.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-da9052.c
index 9b77dc05d4ada6c6744040cf2cdfb5d76c3188a4..416cdf786b05fe4c73ff8f83e83f01676c2e1450 100644 (file)
@@ -200,7 +200,7 @@ static struct gpio_chip reference_gp = {
        .direction_input = da9052_gpio_direction_input,
        .direction_output = da9052_gpio_direction_output,
        .to_irq = da9052_gpio_to_irq,
-       .can_sleep = 1,
+       .can_sleep = true,
        .ngpio = 16,
        .base = -1,
 };