OSDN Git Service

thermal: exynos: fix trips limit checking in get_th_reg()
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thu, 26 Apr 2018 11:51:21 +0000 (13:51 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Sun, 6 May 2018 23:19:05 +0000 (16:19 -0700)
commit3c2651349bc66e4fd5a6949199a9e95fe0088f96
treecdd9ba5d1857a6869aae74c63785731a36a95d95
parentaef27b658b43aab1239f8eece52ce505fda0ffd4
thermal: exynos: fix trips limit checking in get_th_reg()

of_thermal_get_ntrips() may return value bigger than supported
by a given SoC (i.e. on Exynos5422/5800) so fix the code to not
iterate the loop for i values >= data->ntrip.

There should be no functional changes caused by this patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/samsung/exynos_tmu.c