aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/qla2xxx/qla_gs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gs.c b/drivers/scsi/qla2xxx/qla_gs.c
index a3ea6f03a534..74a91b6dfc68 100644
--- a/drivers/scsi/qla2xxx/qla_gs.c
+++ b/drivers/scsi/qla2xxx/qla_gs.c
@@ -1972,7 +1972,7 @@ qla2x00_gff_id(scsi_qla_host_t *vha, sw_info_t *list)
1972 "scsi(%ld): GFF_ID issue IOCB failed " 1972 "scsi(%ld): GFF_ID issue IOCB failed "
1973 "(%d).\n", vha->host_no, rval)); 1973 "(%d).\n", vha->host_no, rval));
1974 } else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp, 1974 } else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp,
1975 "GPN_ID") != QLA_SUCCESS) { 1975 "GFF_ID") != QLA_SUCCESS) {
1976 DEBUG2_3(printk(KERN_INFO 1976 DEBUG2_3(printk(KERN_INFO
1977 "scsi(%ld): GFF_ID IOCB status had a " 1977 "scsi(%ld): GFF_ID IOCB status had a "
1978 "failure status code\n", vha->host_no)); 1978 "failure status code\n", vha->host_no));