aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-wm8994.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-wm8994.c')
-rw-r--r--drivers/gpio/gpio-wm8994.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-wm8994.c b/drivers/gpio/gpio-wm8994.c
index a53dbdefc7ee..d93b6b581677 100644
--- a/drivers/gpio/gpio-wm8994.c
+++ b/drivers/gpio/gpio-wm8994.c
@@ -242,7 +242,7 @@ static struct gpio_chip template_chip = {
242 .set = wm8994_gpio_set, 242 .set = wm8994_gpio_set,
243 .to_irq = wm8994_gpio_to_irq, 243 .to_irq = wm8994_gpio_to_irq,
244 .dbg_show = wm8994_gpio_dbg_show, 244 .dbg_show = wm8994_gpio_dbg_show,
245 .can_sleep = 1, 245 .can_sleep = true,
246}; 246};
247 247
248static int wm8994_gpio_probe(struct platform_device *pdev) 248static int wm8994_gpio_probe(struct platform_device *pdev)