commit | 88171cfed5810a2354eb1977883589a05ce8d304 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Mar 01 13:17:14 2007 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Mar 01 13:17:14 2007 -0800 |
tree | 3b6240f56d69f323c2e769a0b36340f73276a4f1 | |
parent | 31726798bd8fbef6244b28cf962f4a4c45793dea [diff] |
IB/mthca: Fix error path in mthca_alloc_memfree() The garbled logic in mthca_alloc_memfree() causes it to return 0, even if it fails to allocate all doorbell records. Fix it to return -ENOMEM when it fails. Signed-off-by: Roland Dreier <rolandd@cisco.com>