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:
f03ae5f
)
net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
author
Joe Perches
<joe@perches.com>
Wed, 5 Nov 2014 22:39:21 +0000
(14:39 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 6 Nov 2014 20:11:10 +0000
(15:11 -0500)
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>
No differences found