diff options
Diffstat (limited to 'drivers/gpio/gpio-vx855.c')
-rw-r--r-- | drivers/gpio/gpio-vx855.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c index cddfa22edb41..0fd23b6a753d 100644 --- a/drivers/gpio/gpio-vx855.c +++ b/drivers/gpio/gpio-vx855.c | |||
@@ -214,7 +214,7 @@ static void vx855gpio_gpio_setup(struct vx855_gpio *vg) | |||
214 | c->dbg_show = NULL; | 214 | c->dbg_show = NULL; |
215 | c->base = 0; | 215 | c->base = 0; |
216 | c->ngpio = NR_VX855_GP; | 216 | c->ngpio = NR_VX855_GP; |
217 | c->can_sleep = 0; | 217 | c->can_sleep = false; |
218 | c->names = vx855gpio_names; | 218 | c->names = vx855gpio_names; |
219 | } | 219 | } |
220 | 220 | ||