net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
authorJoe Perches <joe@perches.com>
Wed, 5 Nov 2014 22:39:21 +0000 (14:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Nov 2014 20:11:10 +0000 (15:11 -0500)
commitcbffccc970394f82e397fccbeb136eeaffb3c552
treede1fdbcb75ec938df78a49921531c694839ff080
parentf03ae5f9c8560f0a8dcad8ae6ea18efc981d8e35
net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages

These messages aren't useful as there's a generic dump_stack()
on OOM.

Neaten the comment and if test above the OOM by separating the
assign in if into an allocation then if test.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c
net/ipv6/ip6_output.c