From: Herbert Xu Date: Thu, 18 Mar 2010 23:00:22 +0000 (+0000) Subject: ipv6: Remove redundant dst NULL check in ip6_dst_check X-Git-Tag: v2.6.34-rc3~84^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10414444cb8a8ee8893e00390b7cf40502e28352;p=pandora-kernel.git ipv6: Remove redundant dst NULL check in ip6_dst_check As the only path leading to ip6_dst_check makes an indirect call through dst->ops, dst cannot be NULL in ip6_dst_check. This patch removes this check in case it misleads people who come across this code. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed