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

Commit 76d0fd8b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Add support to print vote registers for voteable clocks"

parents 42fd859b d25418a2
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -358,8 +358,7 @@ static void clk_branch2_list_registers(struct seq_file *f, struct clk_hw *hw)
							data[i].name, val);
							data[i].name, val);
	}
	}


	if ((br->halt_check & BRANCH_HALT_VOTED) &&
	if (br->halt_check & BRANCH_HALT_VOTED) {
			!(br->halt_check & BRANCH_VOTED)) {
		if (rclk->enable_reg) {
		if (rclk->enable_reg) {
			size = ARRAY_SIZE(data1);
			size = ARRAY_SIZE(data1);
			for (i = 0; i < size; i++) {
			for (i = 0; i < size; i++) {