Message ID | 20200603114729.13128-1-piotr.stankiewicz@intel.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/drivers/crypto/inside-secure/safexcel.c b/drivers/crypto/inside-secure/safexcel.c index 2cb53fbae841..1b2faa2a6ab0 100644 --- a/drivers/crypto/inside-secure/safexcel.c +++ b/drivers/crypto/inside-secure/safexcel.c @@ -1567,7 +1567,7 @@ static int safexcel_probe_generic(void *pdev, ret = pci_alloc_irq_vectors(pci_pdev, priv->config.rings + 1, priv->config.rings + 1, - PCI_IRQ_MSI | PCI_IRQ_MSIX); + PCI_IRQ_MSI_TYPES); if (ret < 0) { dev_err(dev, "Failed to allocate PCI MSI interrupts\n"); return ret;