commit | 5c9ffde4a02144c4f7362152853d69138c437f17 | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Fri Dec 04 17:22:34 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 05 19:00:02 2015 -0500 |
tree | ff7919ebbdd448217691f6151a1f174b84f11edd | |
parent | b618aaa91b5870e7bd139987ac4b7bf0851142d0 [diff] |
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>