commit | a2731a26f8bbe45cdc9af1da72b525865d7caf5b | [log] [tgz] |
---|---|---|
author | Thierry Escande <thierry.escande@linaro.org> | Wed May 16 15:28:37 2018 +0200 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Thu May 17 10:59:20 2018 -0700 |
tree | 8dcca2ea6bc498be06d1ac6ba3bd41607aa1c3c6 | |
parent | c3ef1f7f20fe43d4dfae5791b3ab897a9a117154 [diff] |
functions: fix loop increment in save_frequencies() The 'index' variable was not incremented ending with only the last cpu frequency saved in $frequencies_backup0. Signed-off-by: Thierry Escande <thierry.escande@linaro.org>