]> git.baikalelectronics.ru Git - uboot.git/commit
thermal: imx_tmu: Increase the log level for high temperatures
authorFabio Estevam <festevam@denx.de>
Wed, 23 Aug 2023 17:59:09 +0000 (14:59 -0300)
committerStefano Babic <stefano.babic@swupdate.org>
Mon, 4 Sep 2023 15:26:44 +0000 (17:26 +0200)
commit13a74958ec3b3a70b3425103e5824a2b87dc4074
tree94d346e90654c981b21ce0c8f102ed298129654c
parent75a058927228271b50b034eedf83d1798fac869d
thermal: imx_tmu: Increase the log level for high temperatures

dev_info() message is not printed by default. Increase the log level
to dev_crit(). This allows the critical messages related to the temperature
getting beyong the alert threshold to be displayed.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/thermal/imx_tmu.c