From: Roland Dreier Date: Sun, 18 Jun 2006 03:37:30 +0000 (-0700) Subject: IB/mthca: Convert FW commands to use wait_for_completion_timeout() X-Git-Tag: v2.6.18-rc1~1110^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9cd59418f049966a690372c4919e98c88bb119b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed