On Thu, Jul 10, 2025 at 5:59 AM Fabio Estevam <feste...@gmail.com> wrote:
> Hi David, > > On Wed, Jul 9, 2025 at 9:44 PM David Zang <davidzan...@gmail.com> wrote: > > > > Signed-off-by: David Zang <davidzan...@gmail.com> > > --- > > arch/arm/mach-imx/imx8ulp/soc.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/mach-imx/imx8ulp/soc.c > b/arch/arm/mach-imx/imx8ulp/soc.c > > index bbcd862caa3..5de15b59b96 100644 > > --- a/arch/arm/mach-imx/imx8ulp/soc.c > > +++ b/arch/arm/mach-imx/imx8ulp/soc.c > > @@ -400,7 +400,7 @@ int print_cpuinfo(void) > > if (!ret) { > > ret = thermal_get_temp(udev, &temp); > > if (!ret) > > - printf("CPU current temperature: %d\n", temp); > > + printf("CPU current temperature: %dC\n", temp); > > Your change looks good, but please add a short commit log and send a v2. > > Since it is a simple fix, do I really need a commit log? David