aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch')
-rw-r--r--target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch b/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch
index f4f09f888f..2eed3a0aee 100644
--- a/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch
+++ b/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch
@@ -14,7 +14,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
-@@ -4066,6 +4066,9 @@ int regulator_set_voltage_time(struct re
+@@ -4071,6 +4071,9 @@ int regulator_set_voltage_time(struct re
if (i < rdev->desc->linear_min_sel)
continue;