diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-17 00:39:45 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-17 00:40:16 +0200 |
commit | 1b147bec1a2bf269a3375715c7c45c0c68006369 (patch) | |
tree | 40c32cc5feff9790a535f1b005faaca068e1858b /target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch | |
parent | 32ecf4251a72f29b7706f2ed51591b890ce86807 (diff) | |
download | upstream-1b147bec1a2bf269a3375715c7c45c0c68006369.tar.gz upstream-1b147bec1a2bf269a3375715c7c45c0c68006369.tar.bz2 upstream-1b147bec1a2bf269a3375715c7c45c0c68006369.zip |
ipq806x: 5.15: refresh target patches
Refresh ipq806x target patches for kernel 5.15.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch b/target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch index 84cb67bc99..867ea83e0c 100644 --- a/target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch +++ b/target/linux/ipq806x/patches-5.15/113-v5.19-02-PM-devfreq-Fix-kernel-panic-with-cpu-based-scaling-t.patch @@ -20,11 +20,9 @@ Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> drivers/devfreq/governor_passive.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -diff --git a/drivers/devfreq/governor_passive.c b/drivers/devfreq/governor_passive.c -index 72c67979ebe1..091a69e1f487 100644 --- a/drivers/devfreq/governor_passive.c +++ b/drivers/devfreq/governor_passive.c -@@ -407,8 +407,7 @@ static int devfreq_passive_event_handler(struct devfreq *devfreq, +@@ -401,8 +401,7 @@ static int devfreq_passive_event_handler if (!p_data) return -EINVAL; @@ -34,6 +32,3 @@ index 72c67979ebe1..091a69e1f487 100644 switch (event) { case DEVFREQ_GOV_START: --- -2.37.2 - |