kernel: bump 4.14 to 4.14.51
[openwrt/staging/lynxis.git] / target / linux / mediatek / patches-4.14 / 0012-clk-dont-disable-unused-clocks.patch
index ed4111dce3387d9aa980bd835f71cdff9d6ddc48..33ede7d3a6b56b7f6b344090028763e75e76ba50 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 
 --- a/drivers/clk/clk.c
 +++ b/drivers/clk/clk.c
-@@ -796,7 +796,7 @@ unlock_out:
+@@ -797,7 +797,7 @@ unlock_out:
                clk_core_disable_unprepare(core->parent);
  }