Re: [PATCH] iommu/arm-smmu-v3: Avoid uninitialized asid in case of error

From: Dan Carpenter
Date: Tue Jun 04 2024 - 15:09:24 EST


On Tue, Jun 04, 2024 at 06:52:18PM +0000, Mostafa Saleh wrote:
> A simple fix would be just to initialize the local variable to zero,
> this path will only be reached on the first attach to a domain where
> the CD is already initialized to zero.
> This avoids having to bloat the function with an error path.

Yep. Since everyone automatically zeroes stack variables these days,
this patch doesn't have any impact on runtime at all. It's free. It
just silences warning.

regards,
dan carpenter