cpufreq: stats: don't update stats from show_trans_table()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 6 Jan 2015 15:39:13 +0000 (21:09 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 23 Jan 2015 22:06:45 +0000 (23:06 +0100)
commit9225913d386537f84f0eb72f022a8b4b9e684846
tree3017453546dee5c94d4934688b5c6f2dd00fe3a3
parentc960f9b22d63934401949fb20d10ec4e69b535b2
cpufreq: stats: don't update stats from show_trans_table()

cpufreq_stats_update() updates time_in_state and nothing else. It should ideally
be updated only in two cases:
- User requested for the current value of time_in_state.
- We have switched states and so need to update time for the last state.

Currently, we are also doing this while user asks for the transition table of
frequencies. It wouldn't do any harm, but no good as well. Its useless here.

Remove it.

Reviewed-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq_stats.c