diff options
Diffstat (limited to 'target/linux/mediatek/patches-4.9/0052-clk-dont-disable-unused-clocks.patch')
-rw-r--r-- | target/linux/mediatek/patches-4.9/0052-clk-dont-disable-unused-clocks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/patches-4.9/0052-clk-dont-disable-unused-clocks.patch b/target/linux/mediatek/patches-4.9/0052-clk-dont-disable-unused-clocks.patch index 87e4a54ed3..7c786be738 100644 --- a/target/linux/mediatek/patches-4.9/0052-clk-dont-disable-unused-clocks.patch +++ b/target/linux/mediatek/patches-4.9/0052-clk-dont-disable-unused-clocks.patch @@ -10,8 +10,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org> --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c -@@ -233,7 +233,7 @@ unlock_out: - clk_enable_unlock(flags); +@@ -796,7 +796,7 @@ unlock_out: + clk_core_disable_unprepare(core->parent); } -static bool clk_ignore_unused; |