aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-dove.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-dove.c')
-rw-r--r--drivers/mmc/host/sdhci-dove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c
index 15e7803040f1..8424839660f8 100644
--- a/drivers/mmc/host/sdhci-dove.c
+++ b/drivers/mmc/host/sdhci-dove.c
@@ -130,7 +130,7 @@ static int sdhci_dove_probe(struct platform_device *pdev)
130 gpio_direction_input(priv->gpio_cd); 130 gpio_direction_input(priv->gpio_cd);
131 } 131 }
132 132
133 host = sdhci_pltfm_init(pdev, &sdhci_dove_pdata); 133 host = sdhci_pltfm_init(pdev, &sdhci_dove_pdata, 0);
134 if (IS_ERR(host)) { 134 if (IS_ERR(host)) {
135 ret = PTR_ERR(host); 135 ret = PTR_ERR(host);
136 goto err_sdhci_pltfm_init; 136 goto err_sdhci_pltfm_init;