]> 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)
commitb9f1c72cb43ce60036a3df153cffca1073dee262
treeff7919ebbdd448217691f6151a1f174b84f11edd
parentc67f4ffe65c757c8a271152672d21afc83e5a42e
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