Loading drivers/power/qcom/lpm-stats.c +1 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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; } Loading Loading
drivers/power/qcom/lpm-stats.c +1 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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; } Loading