clk: Fix handoff counts for parent of handoff enabled clocks
For commit 44aa223a ("clk: move check for CLK_ENABLE_HAND_OFF at unused tree") at unused tree level, prepare and enable counts are only decrementing for handoff enabled clock(having CLK_ENABLE_HAND_OFF flag) and counts are not decrementing for their parent clock. So fixing the same by adding clk_core_unprepare/disable at unused tree level for handoff enabled clocks so that parent handoff counts also gets decrement. Change-Id: Ib238540b2addbe8c9ff7f2e34428169c76e3f44b Signed-off-by:Amit Nischal <anischal@codeaurora.org>
Loading
Please register or sign in to comment