Re: [PATCH v7 6/7] thermal/drivers/exynos: Handle temperature threshold IRQs with SoC-specific mapping
From: Mateusz Majewski
Date: Tue Aug 19 2025 - 09:53:02 EST
> + pr_warn("exynos-tmu: Unknown SoC type %d, using fallback IRQ mapping\n", soc);
I missed this when writing the previous reply, but this doesn't build:
"soc" should be "data->soc". This line disappears in 7/7 though, so 7/7
builds just fine for me.
Kind regards,
Mateusz Majewski