]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/request_sock.h
[PATCH] ixgb: fix tx unit hang - properly calculate desciptor count
[linux-2.6-omap-h63xx.git] / include / net / request_sock.h
index 11641c9384f78ae48f5a41272f223066102cc96c..c5d7f920c352d074285ed6d57563c54357450845 100644 (file)
@@ -145,7 +145,7 @@ static inline struct request_sock *
 {
        struct request_sock *req = queue->rskq_accept_head;
 
-       queue->rskq_accept_head = queue->rskq_accept_head = NULL;
+       queue->rskq_accept_head = NULL;
        return req;
 }