PM / devfreq: exynos-ppmu: ppmu_events array should not be NULL terminated
authorAxel Lin <axel.lin@ingics.com>
Fri, 21 Oct 2016 01:09:08 +0000 (09:09 +0800)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 17 Nov 2016 02:31:28 +0000 (11:31 +0900)
commitf8dbe363ba01de9bebb023f499e7bf9c31f028ab
tree94f8dcfc3751754da2bcc4d18630f752543ff799
parent29e477f23598b850b08bae22d142bd3abf491248
PM / devfreq: exynos-ppmu: ppmu_events array should not be NULL terminated

The rest of the code uses ARRAY_SIZE to count the number of entries in
ppmu_events array. The NULL terminated entry makes ARRAY_SIZE return
off-by-one value.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/event/exynos-ppmu.c