]> Pileus Git - ~andy/linux/blobdiff - drivers/gpio/gpio-mxc.c
Merge branch 'akpm' (Andrew's patch-bomb)
[~andy/linux] / drivers / gpio / gpio-mxc.c
index e79147634573683a27b46953b0a90e2d995a5a5f..c337143b18f8f97d1fa80c61d84cfe9149b75aff 100644 (file)
@@ -417,7 +417,7 @@ static int __devinit mxc_gpio_probe(struct platform_device *pdev)
        err = bgpio_init(&port->bgc, &pdev->dev, 4,
                         port->base + GPIO_PSR,
                         port->base + GPIO_DR, NULL,
-                        port->base + GPIO_GDIR, NULL, false);
+                        port->base + GPIO_GDIR, NULL, 0);
        if (err)
                goto out_iounmap;