scsi: hpsa: remove timeout from TURs
authorDon Brace <don.brace@microsemi.com>
Tue, 12 Mar 2019 18:11:45 +0000 (13:11 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 18 Mar 2019 20:46:14 +0000 (16:46 -0400)
commit1edb69344c882bdf54cd7a448faf6d1fdf3e80bb
treef8455ac54b79592628aca881a113b66328fd25be
parenta45bcc4e11b1ebc9a2301c457f7746a1309e8a94
scsi: hpsa: remove timeout from TURs

There are times when a TUR can take longer than the DEFAULT_TIMEOUT
value. The timeout code is not correct as the function exits with an
automatic as the completion variable...To be fixed later.

Remove the TUR timeout.

Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hpsa.c