From: YOSHIFUJI Hideaki Date: Wed, 2 Apr 2008 06:57:36 +0000 (-0700) Subject: [IPV6] RAW: Remove ancient comment. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0bdb7ba5af5a7028479e9067ee74e9d66eea6df;p=mv-sheeva.git [IPV6] RAW: Remove ancient comment. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index c1e495f105a..aae6cedf170 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c @@ -168,11 +168,6 @@ static int ipv6_raw_deliver(struct sk_buff *skb, int nexthdr) read_lock(&raw_v6_hashinfo.lock); sk = sk_head(&raw_v6_hashinfo.ht[hash]); - /* - * The first socket found will be delivered after - * delivery to transport protocols. - */ - if (sk == NULL) goto out;