summaryrefslogtreecommitdiff
path: root/drivers/thermal/qcom/tsens-v0_1.c
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-07-08 14:26:46 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2023-08-16 10:54:39 +0300
commit4afcb58ea47e66c025d2b0a5f091dce5aaf95b0f (patch)
tree37d762af31db925b4a0a2dd72fcc28c70c8336eb /drivers/thermal/qcom/tsens-v0_1.c
parent19ad9f29751ca385262c63f513f75610962c40a0 (diff)
downloadlinux-4afcb58ea47e66c025d2b0a5f091dce5aaf95b0f.tar.xz
thermal/drivers/imx8mm: Suppress log message on probe deferral
nvmem_cell_read_u32() may return -EPROBE_DEFER if NVMEM supplier has not yet been probed. Future reprobe may succeed, so printing: i.mx8mm_thermal 30260000.tmu: Failed to read OCOTP nvmem cell (-517). to the log is confusing. Fix this by using dev_err_probe. This also elevates the message from warning to error, which is more correct: The log message is only ever printed in probe error path and probe aborts afterwards, so it really warrants an error-level message. Fixes: 403291648823 ("thermal/drivers/imx: Add support for loading calibration data from OCOTP") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230708112647.2897294-1-a.fatoum@pengutronix.de
Diffstat (limited to 'drivers/thermal/qcom/tsens-v0_1.c')
0 files changed, 0 insertions, 0 deletions