From: Patrick McHardy Date: Thu, 23 Mar 2006 09:17:25 +0000 (-0800) Subject: [IPV6]: ip6_xmit: remove unnecessary NULL ptr check X-Git-Tag: v2.6.17-rc1~999^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30bd282cbf5c46247a279a2e8d2aae027d9f1bf;p=pandora-kernel.git [IPV6]: ip6_xmit: remove unnecessary NULL ptr check The sk argument to ip6_xmit is never NULL nowadays since the skb->priority assigment expects a valid socket. Coverity #354 Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed