isci: Remove tmf timeout_timer

Replace the timeout_timer in the isci_tmf with a call to
wait_for_completion_timeout

Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
Edmund Nadolski
2011-05-19 12:00:15 +00:00
committed by Dan Williams
parent bb3dbdf6c8
commit fd18388bc5
2 changed files with 20 additions and 87 deletions

View File

@@ -107,8 +107,6 @@ struct isci_tmf {
enum isci_tmf_function_codes tmf_code;
int status;
struct isci_timer *timeout_timer;
/* The optional callback function allows the user process to
* track the TMF transmit / timeout conditions.
*/