Skip to content

thermal/drivers/imx: Remove redundant msg in imx8mm_tmu_probe() and imx_sc_thermal_probe()

Steve Best requested to merge sfbest/centos-stream-9:2230684 into main

Bugzilla: https://bugzilla.redhat.com/2230684

Conflicts: RHEL has different devm_thermal_add_hwmon_sysfs parameters than upstream

Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=54608467

Tested: Did sanity boot testing on (nxp-imx8mquad-01.edge1) system.

commit b0526e02c60467b7f2b3b7660deba595d6d3d3d8 Author: Yangtao Li frank.li@vivo.com Date: Tue Jun 20 17:07:25 2023 +0800

thermal/drivers/imx: Remove redundant msg in imx8mm_tmu_probe() and imx_sc_thermal_probe()

The upper-layer devm_thermal_add_hwmon_sysfs() function can directly
print error information.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230620090732.50025-4-frank.li@vivo.com

Signed-off-by: Steve Best sbest@redhat.com

Merge request reports