regulator: Update tps65217-regulator for DT changes
authorAxel Lin <axel.lin@gmail.com>
Sun, 15 Jan 2012 12:25:22 +0000 (20:25 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 20 Jan 2012 12:01:33 +0000 (12:01 +0000)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps65217-regulator.c

index 66655668f965c17f54116234a37b208817b68e06..28a10eaeda17a6056c63a4714f9c696c1feda1b1 100644 (file)
@@ -447,7 +447,7 @@ static int __devinit tps65217_regulator_probe(struct platform_device *pdev)
        tps->info[pdev->id] = info;
 
        rdev = regulator_register(&regulators[pdev->id], &pdev->dev,
-                                 pdev->dev.platform_data, tps);
+                                 pdev->dev.platform_data, tps, NULL);
        if (IS_ERR(rdev))
                return PTR_ERR(rdev);
 
This page took 0.024641 seconds and 5 git commands to generate.