tools/thermal: Fix common realloc mistake
authorzhang jiao <zhangjiao2@cmss.chinamobile.com>
Thu, 14 Nov 2024 08:40:39 +0000 (16:40 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 15 Nov 2024 13:29:03 +0000 (14:29 +0100)
commitd303e3dd8d4648f2a1bb19944d4fb1c4a5030354
tree05708051cf645f2e64f5dc7242899254efd41a2f
parentd8afb8cc8bbab13f97cd76aaf716de97f222cd71
tools/thermal: Fix common realloc mistake

If the 'realloc' fails, the thermal zones pointer is set to NULL. This
makes all thermal zones references which were previously successfully
initialized to be lost.

[dlezcano] : Fixed indentation

Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241114084039.42149-1-zhangjiao2@cmss.chinamobile.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
tools/thermal/thermometer/thermometer.c