Re: [PATCH next] soc: qcom: smem: Fix signedness bug in smem_dram_parse()
From: Bjorn Andersson
Date: Mon Aug 31 2026 - 22:16:56 EST
On Thu, 13 Aug 2026 10:09:21 +0300, Dan Carpenter wrote:
> The "ver" variable is type "enum ddr_info_version". Enum types are
> dependent on the compiler but in practical terms here, "ver" is
> basically an unsigned int. It needs to be signed for the -EINVAL
> to be handled correctly.
>
>
Applied, thanks!
[1/1] soc: qcom: smem: Fix signedness bug in smem_dram_parse()
commit: 22f129fedb153a17d80b1d883a7c4dd2417cf38e
Best regards,
--
Bjorn Andersson <andersson@xxxxxxxxxx>