mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk_clk: not disable unused clocks temporarily
This commit is contained in:
@@ -510,7 +510,7 @@ static int clk_disable_unused(void)
|
||||
{
|
||||
struct clk *clk;
|
||||
|
||||
if (clk_ignore_unused) {
|
||||
if (1) {
|
||||
pr_warn("clk: Not disabling unused clocks\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user