summaryrefslogtreecommitdiff
path: root/proto_lldp.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-05-12dissector: lldp: NULL check before dereferenceTobias Klauser1-2/+10
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+469
next.git/commit/?h=nds-private-remove&id=2591c280c375c547022eb619895c1aebbbc38219'>2591c280c375c547022eb619895c1aebbbc38219 (patch) tree19932d8d7f6af8e9e4c9c3f1c413a871b0db4ff2 parentc7ee5672f38e3602e2c1bc935ba2f7c41b36bf40 (diff)
qed: Remove OOM messages
These messages are unnecessary as OOM allocation failures already do a dump_stack() giving more or less the same information. $ size drivers/net/ethernet/qlogic/qed/built-in.o* (defconfig x86-64) text data bss dec hex filename 127817 27969 32800 188586 2e0aa drivers/net/ethernet/qlogic/qed/built-in.o.new 132474 27969 32800 193243 2f2db drivers/net/ethernet/qlogic/qed/built-in.o.old Miscellanea: o Change allocs to the generally preferred forms where possible. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat