diff options
| -rw-r--r-- | drivers/scsi/qla2xxx/qla_iocb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c index 14a3f6932c9c..2c6a236dff96 100644 --- a/drivers/scsi/qla2xxx/qla_iocb.c +++ b/drivers/scsi/qla2xxx/qla_iocb.c | |||
| @@ -2620,7 +2620,7 @@ qla2x00_els_dcmd2_sp_done(void *ptr, int res) | |||
| 2620 | struct scsi_qla_host *vha = sp->vha; | 2620 | struct scsi_qla_host *vha = sp->vha; |
| 2621 | 2621 | ||
| 2622 | ql_dbg(ql_dbg_io + ql_dbg_disc, vha, 0x3072, | 2622 | ql_dbg(ql_dbg_io + ql_dbg_disc, vha, 0x3072, |
| 2623 | "%s ELS hdl=%x, portid=%06x done %8pC\n", | 2623 | "%s ELS hdl=%x, portid=%06x done %8phC\n", |
| 2624 | sp->name, sp->handle, fcport->d_id.b24, fcport->port_name); | 2624 | sp->name, sp->handle, fcport->d_id.b24, fcport->port_name); |
| 2625 | 2625 | ||
| 2626 | complete(&lio->u.els_plogi.comp); | 2626 | complete(&lio->u.els_plogi.comp); |
