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

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

Merge "msm: lpm-stats: Print suspend level stats for system level only"

parents a618165d a2d25f1e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -180,8 +180,6 @@ static void level_stats_print_all(struct seq_file *m, struct lpm_stats *stats)
	list_for_each_entry(pos, centry, sibling) {
		level_stats_print_all(m, pos);
	}

	level_stats_print(m, &suspend_time_stats);
}

static void level_stats_reset(struct level_stats *stats)
@@ -222,6 +220,7 @@ static int lpm_stats_file_show(struct seq_file *m, void *v)
	}

	level_stats_print_all(m, stats);
	level_stats_print(m, &suspend_time_stats);

	return 0;
}