tools/power turbostat: cleanup 'automatic_cstate_conversion_probe()'
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 26 Jul 2022 15:29:33 +0000 (18:29 +0300)
committerLen Brown <len.brown@intel.com>
Thu, 28 Jul 2022 18:37:19 +0000 (14:37 -0400)
commiteade39b2bf7f35294a814e62e2f5d8117615f18b
treea7a720611db32e2bd3c86703198293d71bfc001f
parent684e40e99e594e0da1dc1b358fbd51c03c606e75
tools/power turbostat: cleanup 'automatic_cstate_conversion_probe()'

The 'automatic_cstate_conversion_probe()' function has a too long 'if'
statement, convert it to a 'switch' statement in order to improve code
readability a bit.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c