staging: rdma: hfi1: remove unnecessary out of memory messages
authorAlison Schofield <amsfield22@gmail.com>
Mon, 12 Oct 2015 21:28:36 +0000 (14:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:35:21 +0000 (20:35 -0700)
commit806e6e1bec9c2e7a749748f4edb2e812b6b2fdeb
tree1f34bed4e86c84e9880adad3f2fa1309757cab4f
parentbe036bbe2c16929806ab747bfe8a88f5d6dbd0e5
staging: rdma: hfi1: remove unnecessary out of memory messages

Out of memory messages are unnecssary in the drivers as they are
reported by memory management.

Addresses checkpatch.pl: WARNING: Possible unnecessary 'out of memory' message

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/chip.c
drivers/staging/rdma/hfi1/init.c
drivers/staging/rdma/hfi1/pio.c
drivers/staging/rdma/hfi1/user_sdma.c
This page took 0.024593 seconds and 5 git commands to generate.