diff --git a/[refs] b/[refs] index 7855629bef5f..85f2108ff5c9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24123186fa271e7ad34a40f815782e6205f34ff7 +refs/heads/master: b23e3536667373e44f52a907f63cb55f75969490 diff --git a/trunk/include/net/ip6_checksum.h b/trunk/include/net/ip6_checksum.h index 68e2b32cf1d6..bc1b0fda2b04 100644 --- a/trunk/include/net/ip6_checksum.h +++ b/trunk/include/net/ip6_checksum.h @@ -87,7 +87,7 @@ static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr, carry = (sum < uproto); sum += carry; - return csum_fold((__force __wsum)csum); + return csum_fold((__force __wsum)sum); } #endif