We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbf085 commit a577f34Copy full SHA for a577f34
drivers/regulator/core.c
@@ -4972,13 +4972,9 @@ static void regulator_resolve_coupling(struct regulator_dev *rdev)
4972
return;
4973
}
4974
4975
- regulator_lock(c_rdev);
4976
-
4977
c_desc->coupled_rdevs[i] = c_rdev;
4978
c_desc->n_resolved++;
4979
4980
- regulator_unlock(c_rdev);
4981
4982
regulator_resolve_coupling(c_rdev);
4983
4984
0 commit comments