diff options
Diffstat (limited to 'drivers/scsi/libfc/fc_fcp.c')
-rw-r--r-- | drivers/scsi/libfc/fc_fcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index 2924363d142b..b9ad74de76da 100644 --- a/drivers/scsi/libfc/fc_fcp.c +++ b/drivers/scsi/libfc/fc_fcp.c | |||
@@ -2004,7 +2004,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd) | |||
2004 | fsp = CMD_SP(sc_cmd); | 2004 | fsp = CMD_SP(sc_cmd); |
2005 | if (!fsp) { | 2005 | if (!fsp) { |
2006 | /* command completed while scsi eh was setting up */ | 2006 | /* command completed while scsi eh was setting up */ |
2007 | spin_unlock_irqrestore(lport->host->host_lock, flags); | 2007 | spin_unlock_irqrestore(&si->scsi_queue_lock, flags); |
2008 | return SUCCESS; | 2008 | return SUCCESS; |
2009 | } | 2009 | } |
2010 | /* grab a ref so the fsp and sc_cmd cannot be relased from under us */ | 2010 | /* grab a ref so the fsp and sc_cmd cannot be relased from under us */ |