diff options
Diffstat (limited to 'target/linux/mediatek/patches-4.14/0012-clk-dont-disable-unused-clocks.patch')
-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 33ede7d3a6..a3fd3138cc 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 -@@ -797,7 +797,7 @@ unlock_out: +@@ -808,7 +808,7 @@ unlock_out: clk_core_disable_unprepare(core->parent); } |