commit | bd5a6ccc0e6d8eed3047b4af0e5c1e7168869cd8 | [log] [tgz] |
---|---|---|
author | Hoang-Nam Nguyen <hnguyen@linux.vnet.ibm.com> | Wed May 16 14:50:55 2007 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Sat May 19 08:51:54 2007 -0700 |
tree | de6f1244a49a5facba605812d8c0f03167374ff2 | |
parent | 26bbf13ce1ca21ec69175bcc4b995cb8ffdf8593 [diff] |
IB/ehca: Return proper error code if register_mr fails Set the return code of ehca_register_mr() to ENOMEM if the corresponding firmware call fails due to out of resources. Some other error codes were explicitly mapped to EINVAL -- just remove those cases so they get mapped to the default case, which already returns EINVAL anyway. Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>