git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d97437
)
ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtu
author
Steffen Klassert
<steffen.klassert@secunet.com>
Tue, 11 Oct 2011 02:01:02 +0000
(
02:01
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Oct 2011 03:51:30 +0000
(23:51 -0400)
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>
No differences found