commit | 8f14e26b63b1b6c7c681409e9db1bbf054e00b32 | [log] [tgz] |
---|---|---|
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | Wed Aug 23 18:07:05 2017 +0200 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Fri Aug 25 10:00:51 2017 -0600 |
tree | 0fa52853dd9d15d99e701ca1947f9830c74d3feb | |
parent | 475c57cce34a12641d10f6653556023d17913039 [diff] |
selftests/timers: make loop consistent with array size clocksource_list array is defined as char [10][30] so to initialise it we only have to iterate 10 times. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>