Fix dynamic transitions of FirstBurst from on to off Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- lpfc_scsi.c | 1 + 1 file changed, 1 insertion(+) diff -upNr a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c --- a/drivers/scsi/lpfc/lpfc_scsi.c 2014-03-31 16:21:37.000000000 -0400 +++ b/drivers/scsi/lpfc/lpfc_scsi.c 2014-04-03 10:24:16.597308319 -0400 @@ -4314,6 +4314,7 @@ lpfc_scsi_prep_cmnd(struct lpfc_vport *v fcp_cmnd->fcpCntl1 = SIMPLE_Q; sli4 = (phba->sli_rev == LPFC_SLI_REV4); + piocbq->iocb.un.fcpi.fcpi_XRdy = 0; /* * There are three possibilities here - use scatter-gather segment, use -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html