diff --git a/[refs] b/[refs] index 0e14aa98616a..2d41e0009bd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: afe00251dd9b53d51de91ff0099961f42bbf3754 +refs/heads/master: 2b191befe2c47c2f6e96b836a1f6054c9cbc4a0b diff --git a/trunk/net/ipv6/ipcomp6.c b/trunk/net/ipv6/ipcomp6.c index d511a884dad0..6107592fbd8c 100644 --- a/trunk/net/ipv6/ipcomp6.c +++ b/trunk/net/ipv6/ipcomp6.c @@ -286,8 +286,8 @@ static void ipcomp6_free_scratches(void) for_each_cpu(i) { void *scratch = *per_cpu_ptr(scratches, i); - if (scratch) - vfree(scratch); + + vfree(scratch); } free_percpu(scratches);