On Tue, Oct 29, 2024 at 06:43:17PM +0200, Vladimir Oltean wrote: > Sparse provides the following output: > > warning: cast to restricted __be32 > > This is a harmless warning due to the fact that we dereference the hash > stored in the FD using an incorrect type annotation. Suppress the > warning by using the correct __be32 type instead of u32. No functional > change. > > Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com>
Reviewed-by: Breno Leitao <lei...@debian.org>