diff options
Diffstat (limited to 'drivers/gpio/gpio-mxs.c')
-rw-r--r-- | drivers/gpio/gpio-mxs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c index 385c58e8405b..b4136501abd8 100644 --- a/drivers/gpio/gpio-mxs.c +++ b/drivers/gpio/gpio-mxs.c | |||
@@ -244,7 +244,7 @@ static int __devinit mxs_gpio_probe(struct platform_device *pdev) | |||
244 | err = bgpio_init(&port->bgc, &pdev->dev, 4, | 244 | err = bgpio_init(&port->bgc, &pdev->dev, 4, |
245 | port->base + PINCTRL_DIN(port->id), | 245 | port->base + PINCTRL_DIN(port->id), |
246 | port->base + PINCTRL_DOUT(port->id), NULL, | 246 | port->base + PINCTRL_DOUT(port->id), NULL, |
247 | port->base + PINCTRL_DOE(port->id), NULL, false); | 247 | port->base + PINCTRL_DOE(port->id), NULL, 0); |
248 | if (err) | 248 | if (err) |
249 | goto out_iounmap; | 249 | goto out_iounmap; |
250 | 250 | ||