|
@@ -10093,6 +10093,7 @@ static int ipr_probe_ioa(struct pci_dev *pdev,
|
|
ioa_cfg->intr_flag = IPR_USE_MSI;
|
|
ioa_cfg->intr_flag = IPR_USE_MSI;
|
|
else {
|
|
else {
|
|
ioa_cfg->intr_flag = IPR_USE_LSI;
|
|
ioa_cfg->intr_flag = IPR_USE_LSI;
|
|
|
|
+ ioa_cfg->clear_isr = 1;
|
|
ioa_cfg->nvectors = 1;
|
|
ioa_cfg->nvectors = 1;
|
|
dev_info(&pdev->dev, "Cannot enable MSI.\n");
|
|
dev_info(&pdev->dev, "Cannot enable MSI.\n");
|
|
}
|
|
}
|