RDMA/ocrdma: Fix error return code in ocrdma_set_create_qp_rq_cmd()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 23 Jun 2013 01:07:19 +0000 (09:07 +0800)
committerRoland Dreier <roland@purestorage.com>
Mon, 24 Jun 2013 20:50:45 +0000 (13:50 -0700)
Fix to return -ENOMEM in the alloc dma coherent error case instead of
0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found