diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_iocb.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_iocb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c index 579f02854665..5f94430b42f0 100644 --- a/drivers/scsi/qla2xxx/qla_iocb.c +++ b/drivers/scsi/qla2xxx/qla_iocb.c | |||
@@ -992,8 +992,8 @@ qla24xx_build_scsi_crc_2_iocbs(srb_t *sp, struct cmd_type_crc_2 *cmd_pkt, | |||
992 | ha = vha->hw; | 992 | ha = vha->hw; |
993 | 993 | ||
994 | DEBUG18(printk(KERN_DEBUG | 994 | DEBUG18(printk(KERN_DEBUG |
995 | "%s(%ld): Executing cmd sp %p, pid=%ld, prot_op=%u.\n", __func__, | 995 | "%s(%ld): Executing cmd sp %p, prot_op=%u.\n", __func__, |
996 | vha->host_no, sp, cmd->serial_number, scsi_get_prot_op(sp->cmd))); | 996 | vha->host_no, sp, scsi_get_prot_op(sp->cmd))); |
997 | 997 | ||
998 | cmd_pkt->vp_index = sp->fcport->vp_idx; | 998 | cmd_pkt->vp_index = sp->fcport->vp_idx; |
999 | 999 | ||