commit | 84764a415c707b43e751deb579a421776f190a95 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Nov 15 14:02:00 2012 -0500 |
committer | Len Brown <len.brown@intel.com> | Fri Nov 30 01:09:44 2012 -0500 |
tree | d6afd249ae50ee2ff46cf4285c22d310ac100b0c | |
parent | 889facbee3e67dbc8eb29d8ee7fd66d33a647bfc [diff] |
tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu() Instead of returning out of for_every_cpu() we should break out of the loop= which will then tidy up correctly by closing the file /proc/stat. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Len Brown <len.brown@intel.com>