OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | From 0e60d2112968ccb2570535bf19fb5020c9b28c08 Mon Sep 17 00:00:00 2001 |
2 | From: John Crispin <blogic@openwrt.org> |
||
3 | Date: Thu, 7 Apr 2016 07:18:35 +0200 |
||
4 | Subject: [PATCH 12/57] clk: dont disable unused clocks |
||
5 | |||
6 | Signed-off-by: John Crispin <blogic@openwrt.org> |
||
7 | --- |
||
8 | drivers/clk/clk.c | 2 +- |
||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
||
10 | |||
11 | --- a/drivers/clk/clk.c |
||
12 | +++ b/drivers/clk/clk.c |
||
13 | @@ -797,7 +797,7 @@ unlock_out: |
||
14 | clk_core_disable_unprepare(core->parent); |
||
15 | } |
||
16 | |||
17 | -static bool clk_ignore_unused; |
||
18 | +static bool clk_ignore_unused = true; |
||
19 | static int __init clk_ignore_unused_setup(char *__unused) |
||
20 | { |
||
21 | clk_ignore_unused = true; |