arm64: csum: cast to the proper type
authorAlex Elder <elder@linaro.org>
Mon, 15 Mar 2021 01:26:50 +0000 (20:26 -0500)
committerWill Deacon <will@kernel.org>
Mon, 15 Mar 2021 10:57:21 +0000 (10:57 +0000)
commit0710442a88d1c646d37ac83c52de85f456e99171
treec2277883d3c52f9eaa76e314410fb476b9dddb7a
parentc8e3866836528a4ba3b0535834f03768d74f7d8e
arm64: csum: cast to the proper type

The last line of ip_fast_csum() calls csum_fold(), forcing the
type of the argument passed to be u32.  But csum_fold() takes a
__wsum argument (which is __u32 __bitwise for arm64).  As long
as we're forcing the cast, cast it to the right type.

Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20210315012650.1221328-1-elder@linaro.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/checksum.h