]> Pileus Git - ~andy/linux/blobdiff - drivers/gpio/gpio-twl4030.c
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
[~andy/linux] / drivers / gpio / gpio-twl4030.c
index f9996899c1f29cd26e7267cbeb349378c6e26bb4..8b88ca2eda9c6cc0621eb13230fbad5bb39d76f3 100644 (file)
@@ -396,7 +396,7 @@ static struct gpio_chip template_chip = {
        .direction_output       = twl_direction_out,
        .set                    = twl_set,
        .to_irq                 = twl_to_irq,
-       .can_sleep              = 1,
+       .can_sleep              = true,
 };
 
 /*----------------------------------------------------------------------*/