commit | 3853194c2e174cee4da093c67bd54cbf9a38559a | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sun Sep 18 14:00:17 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Sep 18 22:02:38 2005 -0700 |
tree | 3939280d0bf49b4b24068215f30aefdc38aaf0bc | |
parent | c915033fc62d7186d243d89f88782d6be33fd8f6 [diff] |
[PATCH] IB/mthca: Fix posting work requests to shared receive queues The error handling paths in mthca_tavor_post_srq_recv() and mthca_arbel_post_srq_recv() are quite bogus, the result of a screwed up merge. Fix them so they work as intended. Pointed out by Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>