X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fgpio%2Fgpio-wm8994.c;h=d93b6b581677cada67fba27bed58a66ef1ed89ad;hb=1b17366d695c8ab03f98d0155357e97a427e1dce;hp=a53dbdefc7ee147c86255fa795c7bacfc1a42d0d;hpb=e23c34bb41da65f354fb7eee04300c56ee48f60c;p=firefly-linux-kernel-4.4.55.git 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 = { .set = wm8994_gpio_set, .to_irq = wm8994_gpio_to_irq, .dbg_show = wm8994_gpio_dbg_show, - .can_sleep = 1, + .can_sleep = true, }; static int wm8994_gpio_probe(struct platform_device *pdev)