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

Commit 807e9e9d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-aop-qmp: use correct name pointer before clock registration"

parents a3095a5c 94af1d5b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -157,7 +157,8 @@ static int clk_aop_qmp_prepare(struct clk_hw *hw)
	ret = mbox_send_message(clk->mbox, &pkt);
	if (ret < 0) {
		pr_err("Failed to send clk prepare request for %s, ret %d\n",
					clk_hw_get_name(hw), ret);
				hw->core ? clk_hw_get_name(hw) : hw->init->name,
					ret);
		goto err;
	}