From: Adrian Bunk Date: Mon, 15 Oct 2007 08:37:55 +0000 (-0700) Subject: [IPV6] __inet6_csk_dst_store(): fix check-after-use X-Git-Tag: v2.6.24-rc1~1277^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dff92e09eb3adfcf3d3dffd0507b850f911f280;p=pandora-kernel.git [IPV6] __inet6_csk_dst_store(): fix check-after-use The Coverity checker spotted that we have already oops'ed if "dst" was NULL. Since "dst" being NULL doesn't seem to be possible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk Acked-by: Masahide NAKAMURA Acked-by: Noriaki TAKAMIYA Signed-off-by: David S. Miller --- Reading git-diff-tree failed