]> Pileus Git - ~andy/linux/blobdiff - drivers/gpio/gpio-da9055.c
Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[~andy/linux] / drivers / gpio / gpio-da9055.c
index 7ef0820032bd157a7adadc368cc521d0a7ff57aa..f992997bc30125c64b0731367c56fd4742efe17c 100644 (file)
@@ -134,7 +134,7 @@ static struct gpio_chip reference_gp = {
        .direction_input = da9055_gpio_direction_input,
        .direction_output = da9055_gpio_direction_output,
        .to_irq = da9055_gpio_to_irq,
-       .can_sleep = 1,
+       .can_sleep = true,
        .ngpio = 3,
        .base = -1,
 };