kernel: update kernel 4.9 to 4.9.14
[openwrt/staging/dedeckeh.git] / target / linux / mediatek / patches-4.9 / 0052-clk-dont-disable-unused-clocks.patch
index 87e4a54ed360fd18ba7a95971131bfbe77a53984..7c786be73880cdbd0af0bd3d498c1c5ccac0dbfb 100644 (file)
@@ -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;