aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-wm8350.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-wm8350.c')
-rw-r--r--drivers/gpio/gpio-wm8350.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-wm8350.c b/drivers/gpio/gpio-wm8350.c
index fc49154be7b1..2487f9d575d3 100644
--- a/drivers/gpio/gpio-wm8350.c
+++ b/drivers/gpio/gpio-wm8350.c
@@ -106,7 +106,7 @@ static struct gpio_chip template_chip = {
106 .direction_output = wm8350_gpio_direction_out, 106 .direction_output = wm8350_gpio_direction_out,
107 .set = wm8350_gpio_set, 107 .set = wm8350_gpio_set,
108 .to_irq = wm8350_gpio_to_irq, 108 .to_irq = wm8350_gpio_to_irq,
109 .can_sleep = 1, 109 .can_sleep = true,
110}; 110};
111 111
112static int wm8350_gpio_probe(struct platform_device *pdev) 112static int wm8350_gpio_probe(struct platform_device *pdev)