Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecbe2e6f authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

qseecom: Rename clock handle names



Rename clock handles as per de-initialization sequence,
which is required to avoid the dangling pointers.

Change-Id: I9e0715e2a47f318acc414605ce8e624c432d6665
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent b1cb986a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7660,11 +7660,11 @@ static void __qseecom_deinit_clk(enum qseecom_ce_hw_instance ce)
	}
	if (qclk->ce_core_clk != NULL) {
		clk_put(qclk->ce_core_clk);
		qclk->ce_clk = NULL;
		qclk->ce_core_clk = NULL;
	}
	if (qclk->ce_bus_clk != NULL) {
		clk_put(qclk->ce_bus_clk);
		qclk->ce_clk = NULL;
		qclk->ce_bus_clk = NULL;
	}
	if (qclk->ce_core_src_clk != NULL) {
		clk_put(qclk->ce_core_src_clk);