diff options
author | Roland Dreier <rolandd@cisco.com> | 2006-06-18 05:37:30 +0200 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-06-18 05:37:30 +0200 |
commit | e9cd59418f049966a690372c4919e98c88bb119b (patch) | |
tree | 7624e7d85f4f927692771483a763dafa9f8bb8d5 /drivers/infiniband/ulp/srp | |
parent | IB/srp: Use FMRs to map gather/scatter lists (diff) | |
download | linux-e9cd59418f049966a690372c4919e98c88bb119b.tar.xz linux-e9cd59418f049966a690372c4919e98c88bb119b.zip |
IB/mthca: Convert FW commands to use wait_for_completion_timeout()
The kernel has had wait_for_completion_timeout() for a long time now.
mthca should use it to handle FW commands timing out, instead of
implementing the same thing in a much more complicated way by using
wait_for_completion() along with a timer that does complete().
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp/srp')
0 files changed, 0 insertions, 0 deletions