aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-01-08 14:33:03 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-01-08 14:33:03 +0100
commit0c97f034c9c5810096b022e2decea58fd4a4fae1 (patch)
tree97f89998461ff3560d691726a7dda3cceb88e235 /target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch
parent5318a6dea3ca36b7887dd9abd589a623ff1272f9 (diff)
downloadupstream-0c97f034c9c5810096b022e2decea58fd4a4fae1.tar.gz
upstream-0c97f034c9c5810096b022e2decea58fd4a4fae1.tar.bz2
upstream-0c97f034c9c5810096b022e2decea58fd4a4fae1.zip
ipq806x: refresh kernel patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch')
-rw-r--r--target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch b/target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch
index 6a98c3303c..ef03ba4de8 100644
--- a/target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch
+++ b/target/linux/ipq806x/patches-4.19/0056-cpufreq-dt-Add-missing-rcu-locks.patch
@@ -10,7 +10,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
--- a/drivers/cpufreq/cpufreq-dt.c
+++ b/drivers/cpufreq/cpufreq-dt.c
-@@ -147,8 +147,10 @@ static int opp_notifier(struct notifier_
+@@ -173,8 +173,10 @@ static int opp_notifier(struct notifier_
ret = PTR_ERR(cpu_reg);
goto out;
}