summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pfuze100-regulator.c
diff options
context:
space:
mode:
authorLinus Walleij2018-05-14 10:06:30 +0200
committerMark Brown2018-05-24 17:50:39 +0200
commit5389ac0ac7d95cf23a5f4e27430ceb2ed815cd5d (patch)
tree8d30cdc69588cad3c115414132fc3eb8f649f355 /drivers/regulator/pfuze100-regulator.c
parentregulator: max8952: Pass descriptor instead of GPIO number (diff)
downloadkernel-qcow2-linux-5389ac0ac7d95cf23a5f4e27430ceb2ed815cd5d.tar.gz
kernel-qcow2-linux-5389ac0ac7d95cf23a5f4e27430ceb2ed815cd5d.tar.xz
kernel-qcow2-linux-5389ac0ac7d95cf23a5f4e27430ceb2ed815cd5d.zip
regulator: pfuze100: Delete reference to ena_gpio
We now pass a GPIO descriptor to the core instead of a global GPIO number, if this descriptor is NULL the GPIO line is not used. Just delete the assignment of an invalid GPIO line. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/pfuze100-regulator.c')
-rw-r--r--drivers/regulator/pfuze100-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index 26a5cd9b4637..8d9dbcc775ea 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -651,7 +651,6 @@ static int pfuze100_regulator_probe(struct i2c_client *client,
config.init_data = init_data;
config.driver_data = pfuze_chip;
config.of_node = match_of_node(i);
- config.ena_gpio = -EINVAL;
pfuze_chip->regulators[i] =
devm_regulator_register(&client->dev, desc, &config);