Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d6e6ffc authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'topic/tps51632' of...

Merge branch 'topic/tps51632' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-min

Conflicts:
	drivers/regulator/tps51632-regulator.c
parents bd0ec7c1 9997f3ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ static int tps51632_dcdc_set_voltage_sel(struct regulator_dev *rdev,
	if (selector > TPS51632_MAX_VSEL)
		return -EINVAL;

	ret = regmap_write(tps->regmap, TPS51632_VOLTAGE_SELECT_REG, selector);
	ret = regmap_write(tps->regmap, reg, selector);
	if (ret < 0)
		dev_err(tps->dev, "reg write failed, err %d\n", ret);
	return ret;