diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 13:38:04 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 16:11:47 +0200 |
commit | 93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847 (patch) | |
tree | 7bfa85f74d4056464b74dfd0354a33b3c0619ad5 /target/linux/mediatek | |
parent | 123d12eada9a8d63e790af372f30359415812228 (diff) | |
download | upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.gz upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.bz2 upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.zip |
kernel: bump 4.14 to 4.14.248
All updated automatically.
Compile-tested on: lantiq/xrx200, armvirt/64
Runtime-tested on: lantiq/xrx200, armvirt/64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0012-clk-dont-disable-unused-clocks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.14/0012-clk-dont-disable-unused-clocks.patch b/target/linux/mediatek/patches-4.14/0012-clk-dont-disable-unused-clocks.patch index a3fd3138cc..c5048c8e6f 100644 --- a/target/linux/mediatek/patches-4.14/0012-clk-dont-disable-unused-clocks.patch +++ b/target/linux/mediatek/patches-4.14/0012-clk-dont-disable-unused-clocks.patch @@ -10,7 +10,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c -@@ -808,7 +808,7 @@ unlock_out: +@@ -803,7 +803,7 @@ unlock_out: clk_core_disable_unprepare(core->parent); } |