mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
This commit is contained in:
@@ -2938,7 +2938,8 @@ static int regulator_set_voltage_unlocked(struct regulator *regulator,
|
||||
if (rdev->supply &&
|
||||
regulator_ops_is_valid(rdev->supply->rdev,
|
||||
REGULATOR_CHANGE_VOLTAGE) &&
|
||||
(rdev->desc->min_dropout_uV || !rdev->desc->ops->get_voltage)) {
|
||||
(rdev->desc->min_dropout_uV || !(rdev->desc->ops->get_voltage ||
|
||||
rdev->desc->ops->get_voltage_sel))) {
|
||||
int current_supply_uV;
|
||||
int selector;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user