thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe
authorZheng Yongjun <zhengyongjun3@huawei.com>
Mon, 25 Apr 2022 09:29:29 +0000 (09:29 +0000)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 May 2022 10:11:52 +0000 (12:11 +0200)
commite20d136ec7d6f309989c447638365840d3424c8e
treecfd59a03e35820a0e3e8249e97640616588de4f4
parent077df623c8344e4b50a7ba6c433f9d6857a94d6b
thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe

platform_get_resource() may return NULL, add proper check to
avoid potential NULL dereferencing.

Fixes: 250e211057c72 ("thermal: broadcom: Add Stingray thermal driver")
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20220425092929.90412-1-zhengyongjun3@huawei.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/broadcom/sr-thermal.c