[s3c24xx] glamo: Use mfd_cell for child resource handling instead of some ugly custom...
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / files-2.6.30 / drivers / mfd / glamo / glamo-mci.c
index b7808beb14316cdc646e9cb404e214b50906ff67..c9cb6ca6cfbb1d454659b88467c65bdf04e7c12a 100644 (file)
@@ -738,7 +738,7 @@ static int glamo_mci_probe(struct platform_device *pdev)
        spin_lock_init(&host->lock);
        INIT_WORK(&host->irq_work, glamo_mci_irq_worker);
 
-       host->regulator = regulator_get(&pdev->dev, "SD_3V3");
+       host->regulator = regulator_get(pdev->dev.parent, "SD_3V3");
        if (!host->regulator) {
                dev_err(&pdev->dev, "Cannot proceed without regulator.\n");
                ret = -ENODEV;