Skip to content
Commit 0710442a authored by Alex Elder's avatar Alex Elder Committed by Will Deacon
Browse files

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: default avatarAlex Elder <elder@linaro.org>
Acked-by: default avatarRobin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20210315012650.1221328-1-elder@linaro.org
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent c8e38668
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment