commit | c113464d4351591de8791c0cadfc165836e5a725 | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Tue Oct 11 02:01:02 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 23:51:30 2011 -0400 |
tree | 9c1fe9fa0e0ffc67273fe150a89bca9dc7c0afc9 | |
parent | 1d9743745bf5ba30b57986d8da33c4fa072c355b [diff] |
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 <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>