diff options
author | Mark Brown <broonie@kernel.org> | 2014-12-05 14:06:18 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-05 14:06:18 +0300 |
commit | f291c74a32509d31731bb82cbb26c64cd430805b (patch) | |
tree | c19a8a22880a48a4a4b6eb91ba1a30dd62427f5e /drivers/regulator/da9052-regulator.c | |
parent | 8b7daad3da2b36f5fe494f5d0c5ef25b33d56b96 (diff) | |
parent | 5e5e3a42c653c5ef1c281651f1882411601129bd (diff) | |
download | linux-f291c74a32509d31731bb82cbb26c64cd430805b.tar.xz |
Merge branch 'topic/suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-sky81452
Conflicts:
drivers/regulator/sky81452-regulator.c
Diffstat (limited to 'drivers/regulator/da9052-regulator.c')
-rw-r--r-- | drivers/regulator/da9052-regulator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/da9052-regulator.c b/drivers/regulator/da9052-regulator.c index 00033625a09c..3945f1006d23 100644 --- a/drivers/regulator/da9052-regulator.c +++ b/drivers/regulator/da9052-regulator.c @@ -436,7 +436,8 @@ static int da9052_regulator_probe(struct platform_device *pdev) if (!of_node_cmp(np->name, regulator->info->reg_desc.name)) { config.init_data = of_get_regulator_init_data( - &pdev->dev, np); + &pdev->dev, np, + ®ulator->info->reg_desc); config.of_node = np; break; } |