Re: (subset) [PATCH 0/2] soc/tegra: fuse: Fix unsupported SoC init path and log formatting
From: Thierry Reding
Date: Wed Aug 05 2026 - 03:55:22 EST
From: Thierry Reding <treding@xxxxxxxxxx>
On Tue, 04 Aug 2026 20:19:08 +0800, Jinhui Guo wrote:
> This series contains two small fixes for the Tegra fuse driver.
>
> Patch 1 fixes the legacy initialization path used on 32-bit ARM systems
> when no FUSE device tree node is present. If the detected chip ID is not
> supported, the current code only emits a warning and then continues with
> fuse->soc left as NULL. This can lead to a NULL pointer dereference when
> fuse->soc->init(fuse) is called later. Return -ENODEV from the default
> case to stop initialization immediately.
>
> [...]
Applied, thanks!
[2/2] soc/tegra: fuse: Add missing newline to APBMISC error message
commit: 308be3ea5c8d0bb362fb50c38923849a268e078e
Best regards,
--
Thierry Reding <treding@xxxxxxxxxx>