]> asedeno.scripts.mit.edu Git - linux.git/commit
IB/hfi1: Remove debug prints after allocation failure
authorLeon Romanovsky <leon@kernel.org>
Thu, 3 Nov 2016 14:44:14 +0000 (16:44 +0200)
committerDoug Ledford <dledford@redhat.com>
Sat, 3 Dec 2016 18:12:52 +0000 (13:12 -0500)
commit5ce9f115bd796be4f0dd8230e6b8baeb2c558311
tree1ae28f3a4b640601903588c2d0e4700defbd3a50
parent0886d8f0b7c9bb2f85fa8b71c4842f92308de641
IB/hfi1: Remove debug prints after allocation failure

The prints after [k|v][m|z|c]alloc() functions are not needed,
because in case of failure, allocator will print their internal
error prints anyway.

Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hfi1/pio.c