diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_scsi.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index dacde58b602c..d096402ae4d7 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c | |||
@@ -4771,7 +4771,7 @@ lpfc_abort_handler(struct scsi_cmnd *cmnd) | |||
4771 | /* Wait for abort to complete */ | 4771 | /* Wait for abort to complete */ |
4772 | wait_event_timeout(waitq, | 4772 | wait_event_timeout(waitq, |
4773 | (lpfc_cmd->pCmd != cmnd), | 4773 | (lpfc_cmd->pCmd != cmnd), |
4774 | (2*vport->cfg_devloss_tmo*HZ)); | 4774 | msecs_to_jiffies(2*vport->cfg_devloss_tmo*1000)); |
4775 | lpfc_cmd->waitq = NULL; | 4775 | lpfc_cmd->waitq = NULL; |
4776 | 4776 | ||
4777 | if (lpfc_cmd->pCmd == cmnd) { | 4777 | if (lpfc_cmd->pCmd == cmnd) { |