Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / drivers / gpio / gpio-mxs.c
index 429228b..39e4956 100644 (file)
@@ -285,7 +285,7 @@ static int __devinit mxs_gpio_probe(struct platform_device *pdev)
        err = bgpio_init(&port->bgc, &pdev->dev, 4,
                         port->base + PINCTRL_DIN(port),
                         port->base + PINCTRL_DOUT(port), NULL,
-                        port->base + PINCTRL_DOE(port), NULL, false);
+                        port->base + PINCTRL_DOE(port), NULL, 0);
        if (err)
                return err;