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

Commit 7622cba3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Add clock_set_rate_complete trace event"

parents b1aa0df8 2fcf03ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -703,6 +703,7 @@ int clk_set_rate(struct clk *clk, unsigned long rate)
	if (clk->notifier_count)
		__clk_notify(clk, POST_RATE_CHANGE, start_rate, clk->rate);

	trace_clock_set_rate_complete(name, clk->rate, raw_smp_processor_id());
out:
	mutex_unlock(&clk->prepare_lock);
	return rc;