diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 19:50:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 19:50:59 +0100 |
commit | 924ee2c9621b65df9dffa8218af5ee9a9b892bba (patch) | |
tree | 316d72848181d4198dad3407ba5441083708ab7e /drivers/regulator/tps65023-regulator.c | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... (diff) | |
parent | regulator: map consumer regulator based on device tree (diff) | |
download | linux-924ee2c9621b65df9dffa8218af5ee9a9b892bba.tar.xz linux-924ee2c9621b65df9dffa8218af5ee9a9b892bba.zip |
Merge remote-tracking branch 'regulator/topic/dt' into regulator-next
Diffstat (limited to 'drivers/regulator/tps65023-regulator.c')
-rw-r--r-- | drivers/regulator/tps65023-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c index e0bcd75a7cc4..18d61a0529a9 100644 --- a/drivers/regulator/tps65023-regulator.c +++ b/drivers/regulator/tps65023-regulator.c @@ -473,7 +473,7 @@ static int __devinit tps_65023_probe(struct i2c_client *client, /* Register the regulators */ rdev = regulator_register(&tps->desc[i], &client->dev, - init_data, tps); + init_data, tps, NULL); if (IS_ERR(rdev)) { dev_err(&client->dev, "failed to register %s\n", id->name); |