OSDN Git Service

bnx2x: drop redundant error message about allocation failure
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 4 Dec 2015 16:22:34 +0000 (17:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Dec 2015 00:00:02 +0000 (19:00 -0500)
commit5c9ffde4a02144c4f7362152853d69138c437f17
treeff7919ebbdd448217691f6151a1f174b84f11edd
parentb618aaa91b5870e7bd139987ac4b7bf0851142d0
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>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c