diff options
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r-- | net/ipv6/reassembly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index 24fbc0abfff6..8ffa2c8cce77 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -552,7 +552,7 @@ static int ipv6_frag_rcv(struct sk_buff *skb) | |||
552 | 552 | ||
553 | fq = fq_find(net, fhdr->identification, &hdr->saddr, &hdr->daddr, | 553 | fq = fq_find(net, fhdr->identification, &hdr->saddr, &hdr->daddr, |
554 | ip6_frag_ecn(hdr)); | 554 | ip6_frag_ecn(hdr)); |
555 | if (fq != NULL) { | 555 | if (fq) { |
556 | int ret; | 556 | int ret; |
557 | 557 | ||
558 | spin_lock(&fq->q.lock); | 558 | spin_lock(&fq->q.lock); |