From: Steffen Klassert Date: Tue, 11 Oct 2011 02:01:02 +0000 (+0000) Subject: ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtu X-Git-Tag: v3.2-rc1~182^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c113464d4351591de8791c0cadfc165836e5a725;p=pandora-kernel.git ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtu The pointer to mtu_info is taken from the common buffer of the skb, thus it can't be a NULL pointer. This patch removes this check on mtu_info. Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed