Commit 7a78ceda authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Pass right CT command string for CT status processing.

parent 862cd01e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1972,7 +1972,7 @@ qla2x00_gff_id(scsi_qla_host_t *vha, sw_info_t *list)
			    "scsi(%ld): GFF_ID issue IOCB failed "
			    "(%d).\n", vha->host_no, rval));
		} else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp,
			       "GPN_ID") != QLA_SUCCESS) {
			       "GFF_ID") != QLA_SUCCESS) {
			DEBUG2_3(printk(KERN_INFO
			    "scsi(%ld): GFF_ID IOCB status had a "
			    "failure status code\n", vha->host_no));