cpufreq: stats: fix index of last entity in load_table 49/30749/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 24 Nov 2014 06:38:01 +0000 (15:38 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 25 Nov 2014 03:08:33 +0000 (12:08 +0900)
commit6dbf2c990461699883d1a88406b8c270c314a2f4
treee64860fa9af4a495875343e65b79d472293f2644
parenta4b04454ffb51969a72e078f081df899fecb24e8
cpufreq: stats: fix index of last entity in load_table

Array load_table should be pointed with last entity index instead
of maximum count in array.

Change-Id: I097421908cdfc875679d84900f46e907833daca3
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/cpufreq/cpufreq_stats.c