Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --- a/drivers/clk/clk.c
  2. +++ b/drivers/clk/clk.c
  3. @@ -746,6 +746,9 @@ static void clk_unprepare_unused_subtree(struct clk_core *core)
  4. return;
  5.  
  6. if (clk_core_is_prepared(core)) {
  7. + printk("Ignoring %s\n", core->name);
  8. + if (true)
  9. + goto unlock_out;
  10. trace_clk_unprepare(core);
  11. if (core->ops->unprepare_unused)
  12. core->ops->unprepare_unused(core->hw);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement