Message ID | 20170216175553.epqbtjdazj76tjyu@lukather (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 820a939fb6bb..0a23b03ea393 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -773,7 +773,9 @@ static void clk_disable_unused_subtree(struct clk_core *core) if (core->enable_count) goto unlock_out; - if (core->flags & CLK_IGNORE_UNUSED) + printk("Ignoring %s\n", core->name); + + if (true) goto unlock_out; /*