Add dev_err_probe() in devm_thermal_of_zone_register() to unify error reporting. Remove redundant error log prints in various driver codes. Xichao Zhao (12): thermal: of: Add error handling in devm_thermal_*_register() hwmon: Remove redundant error log prints iio: adc: Remove redundant error log prints regulator: max8973: Remove redundant error log prints thermal: Remove redundant error log prints thermal: broadcom: Remove redundant error log prints thermal: qcom: Remove redundant error log prints thermal: renesas: Remove redundant error log prints thermal: samsung: Remove redundant error log prints thermal: st: Remove redundant error log prints thermal: tegra: Remove redundant error log prints thermal: ti-soc-thermal: Remove redundant error log prints drivers/hwmon/hwmon.c | 3 +-- drivers/iio/adc/sun4i-gpadc-iio.c | 6 +----- drivers/regulator/max8973-regulator.c | 8 ++------ drivers/thermal/airoha_thermal.c | 4 +--- drivers/thermal/amlogic_thermal.c | 7 ++----- drivers/thermal/armada_thermal.c | 2 -- drivers/thermal/broadcom/bcm2711_thermal.c | 7 ++----- drivers/thermal/broadcom/bcm2835_thermal.c | 2 +- drivers/thermal/broadcom/brcmstb_thermal.c | 3 +-- drivers/thermal/db8500_thermal.c | 5 ++--- drivers/thermal/hisi_thermal.c | 7 +------ drivers/thermal/imx8mm_thermal.c | 3 --- drivers/thermal/imx_sc_thermal.c | 2 +- drivers/thermal/k3_bandgap.c | 1 - drivers/thermal/k3_j72xx_bandgap.c | 1 - drivers/thermal/loongson2_thermal.c | 2 +- drivers/thermal/qcom/qcom-spmi-adc-tm5.c | 7 +------ drivers/thermal/qcom/qcom-spmi-temp-alarm.c | 3 +-- drivers/thermal/renesas/rcar_gen3_thermal.c | 1 - drivers/thermal/renesas/rcar_thermal.c | 3 ++- drivers/thermal/renesas/rzg2l_thermal.c | 1 - drivers/thermal/rockchip_thermal.c | 8 ++------ drivers/thermal/samsung/exynos_tmu.c | 2 +- drivers/thermal/sprd_thermal.c | 2 -- drivers/thermal/st/st_thermal.c | 1 - drivers/thermal/st/stm_thermal.c | 8 ++------ drivers/thermal/tegra/soctherm.c | 2 -- drivers/thermal/tegra/tegra30-tsensor.c | 3 +-- drivers/thermal/thermal-generic-adc.c | 10 ++-------- drivers/thermal/thermal_mmio.c | 6 +----- drivers/thermal/thermal_of.c | 6 +++++- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 4 +--- drivers/thermal/uniphier_thermal.c | 4 +--- 33 files changed, 36 insertions(+), 98 deletions(-) -- 2.34.1