]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit35f9e487b1e9d8bdfa0061fd05b03aed53a21ba3
treeff7919ebbdd448217691f6151a1f174b84f11edd
parentf82c1369611cd414b7a2d3aa315bce337c63e297
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