projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039158e
)
clk: set gate_ops NULL temporarily for rk3288
author
dkl
<dkl@rock-chips.com>
Wed, 19 Mar 2014 08:03:26 +0000
(16:03 +0800)
committer
dkl
<dkl@rock-chips.com>
Wed, 19 Mar 2014 08:03:26 +0000
(16:03 +0800)
drivers/clk/clk-gate.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-gate.c
b/drivers/clk/clk-gate.c
index 790306e921c8ad55bcad26adaeb77c2b378c8db7..33adb0f5ddd41f9eef5847662c1b82991623f944 100644
(file)
--- a/
drivers/clk/clk-gate.c
+++ b/
drivers/clk/clk-gate.c
@@
-74,14
+74,14
@@
static void clk_gate_endisable(struct clk_hw *hw, int enable)
static int clk_gate_enable(struct clk_hw *hw)
{
- clk_gate_endisable(hw, 1);
+
//
clk_gate_endisable(hw, 1);
return 0;
}
static void clk_gate_disable(struct clk_hw *hw)
{
- clk_gate_endisable(hw, 0);
+
//
clk_gate_endisable(hw, 0);
}
static int clk_gate_is_enabled(struct clk_hw *hw)