thermal: qcom-spmi-adc-tm5: suppress probe-deferral error message
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 2 Nov 2022 15:26:30 +0000 (16:26 +0100)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Wed, 14 Dec 2022 14:25:40 +0000 (15:25 +0100)
commit6f8941646234e2d6e589377aea0dd1ba52365623
treece885963c19a7a6b413bf0ce54aa1ec69592430e
parentc464856e63a4c9631add6a27340bd94beb9eb27f
thermal: qcom-spmi-adc-tm5: suppress probe-deferral error message

Drivers should not be logging errors on probe deferral. Switch to using
dev_err_probe() to log failures when parsing the devicetree to avoid
errors like:

qcom-spmi-adc-tm5 c440000.spmi:pmic@0:adc-tm@3400: get dt data failed: -517

when a channel is not yet available.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20221102152630.696-1-johan+linaro@kernel.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
drivers/thermal/qcom/qcom-spmi-adc-tm5.c