diff options
author | Olaf Kirch <olaf.kirch@oracle.com> | 2008-02-05 05:20:44 +0100 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-02-05 05:20:44 +0100 |
commit | 2c78853472a36c7cf51a84a34edc370e21c93ce4 (patch) | |
tree | a89ab43cc596415f80e434470595fcbb4f8e7544 /crypto | |
parent | IB: Avoid marking __devinitdata as const (diff) | |
download | linux-2c78853472a36c7cf51a84a34edc370e21c93ce4.tar.xz linux-2c78853472a36c7cf51a84a34edc370e21c93ce4.zip |
IB/mthca: Return proper error codes from mthca_fmr_alloc()
If the allocation of the MTT or the mailbox failed, mthca_fmr_alloc()
would return 0 (success) no matter what. This leads to crashes a
little down the road, when we try to dereference eg mr->mtt, which was
really ERR_PTR(-Ewhatever).
Signed-off-by: Olaf Kirch <olaf.kirch@oracle.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions