Adjust IO Channels to 1 when INTx Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- lpfc_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -upNr a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c --- a/drivers/scsi/lpfc/lpfc_init.c 2012-08-11 12:24:51.775924271 -0400 +++ b/drivers/scsi/lpfc/lpfc_init.c 2012-08-11 12:24:52.550924244 -0400 @@ -9524,7 +9524,7 @@ lpfc_pci_probe_one_s4(struct pci_dev *pd } /* Default to single EQ for non-MSI-X */ if (phba->intr_type != MSIX) - adjusted_fcp_io_channel = 0; + adjusted_fcp_io_channel = 1; else if (phba->sli4_hba.msix_vec_nr < phba->cfg_fcp_io_channel) adjusted_fcp_io_channel = phba->sli4_hba.msix_vec_nr; -- 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