aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-09-15 09:56:36 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-09-17 14:16:37 +0200
commitb77217d916ba48accbdb46589e6e5e3a9972c44e (patch)
tree994df32eea9251629bd8f1744189727980680c30 /target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch
parentfe209fa47d4f360ed0052e0029ba6b3cf8bc9780 (diff)
downloadupstream-b77217d916ba48accbdb46589e6e5e3a9972c44e.tar.gz
upstream-b77217d916ba48accbdb46589e6e5e3a9972c44e.tar.bz2
upstream-b77217d916ba48accbdb46589e6e5e3a9972c44e.zip
kernel: bump 5.10 to 5.10.143
All patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me>
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;