Home
last modified time | relevance | path

Searched hist:"5 c9ffde4a02144c4f7362152853d69138c437f17" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.cdiff 5c9ffde4a02144c4f7362152853d69138c437f17 Fri Dec 04 10:22:34 CST 2015 Michal Schmidt <mschmidt@redhat.com> bnx2x: drop redundant error message about allocation failure

alloc_pages() already prints a warning when it fails. No need to emit
another message. Certainly not at KERN_ERR level, because it is no big
deal if this GFP_ATOMIC allocation fails occasionally.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>