commit | 1203c42e7be1aa0be641b701f42b6d38c2d94b39 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.co.il> | Mon Feb 04 20:20:44 2008 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Feb 04 20:20:44 2008 -0800 |
tree | 3f84fb72b8fb61d460f3207d21ddf06b4a78700f | |
parent | 1d96354e617990799b1cb5d7ff8f7c467b8767c8 [diff] |
IB/mthca: Remove checks for srq->first_free < 0 The SRQ receive posting functions make sure that srq->first_free never becomes negative, so we can remove tests of whether it is negative. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>