]> Pileus Git - ~andy/linux/blobdiff - drivers/regulator/max8998.c
mxc_nand: do not depend on disabling the irq in the interrupt handler
[~andy/linux] / drivers / regulator / max8998.c
index fbcb385034a92e28e0d89cf24dc48e58f9ee7d27..a1baf1fbe00472e71845591e2d427715a720a226 100644 (file)
@@ -557,7 +557,9 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev)
        }
 
        rdev = max8998->rdev;
+       max8998->dev = &pdev->dev;
        max8998->iodev = iodev;
+       max8998->num_regulators = pdata->num_regulators;
        platform_set_drvdata(pdev, max8998);
 
        for (i = 0; i < pdata->num_regulators; i++) {