aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2015-07-29 03:08:57 +0200
committerRafael J. Wysocki <[email protected]>2015-07-31 22:00:31 +0200
commit194d99c7e3ce54a8c7d8adf79fb1d8ad49a9bf9f (patch)
treedc0234510d923946164bc1fe5beaeef7556d22bd /tools/perf/scripts/python/bin/export-to-postgresql-report
parent0b275352872b2641ed5c94d0f0f8c7e907bf3e3f (diff)
cpufreq: Replace recover_policy with new_policy in cpufreq_online()
The recover_policy is unsed in cpufreq_online() to indicate whether a new policy object is created or an existing one is reinitialized. The "recover" part of the name is slightly confusing (it should be "reinitialization" rather than "recovery") and the logical not (!) operator is applied to it in almost all of the checks it is used in, so replace that variable with a new one called "new_policy" that will be true in the case of a new policy creation. While at it, drop one of the labels that is jumped to from only one spot. Signed-off-by: Rafael J. Wysocki <[email protected]> Acked-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions