From: Santosh Vernekar <[email protected]>
Signed-off-by: Santosh Vernekar <[email protected]>
Signed-off-by: Chad Dupuis <[email protected]>
---
drivers/scsi/qla2xxx/qla_init.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index 5fcc0b6..cf8944f 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -4300,17 +4300,17 @@ qla2x00_abort_isp(scsi_qla_host_t *vha)
struct req_que *req = ha->req_q_map[0];
unsigned long flags;
- if (IS_QLA8031(ha)) {
- ql_dbg(ql_dbg_p3p, vha, 0xb05c,
- "Clearing fcoe driver presence.\n");
- if (qla83xx_clear_drv_presence(vha) != QLA_SUCCESS)
- ql_dbg(ql_dbg_p3p, vha, 0xb073,
- "Erro while clearing DRV-Presence.\n");
- }
-
if (vha->flags.online) {
qla2x00_abort_isp_cleanup(vha);
+ if (IS_QLA8031(ha)) {
+ ql_dbg(ql_dbg_p3p, vha, 0xb05c,
+ "Clearing fcoe driver presence.\n");
+ if (qla83xx_clear_drv_presence(vha) != QLA_SUCCESS)
+ ql_dbg(ql_dbg_p3p, vha, 0xb073,
+ "Error while clearing DRV-Presence.\n");
+ }
+
if (unlikely(pci_channel_offline(ha->pdev) &&
ha->flags.pci_channel_io_perm_failure)) {
clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags);
--
1.7.7
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html