Skip to content
Snippets Groups Projects
Commit eaafabd2 authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Felix Fietkau
Browse files

mt76: mt7921: enable MSI interrupts


Enable MSI interrupts for mt7921 driver

Signed-off-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 2c25f4e4
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ static int mt7921_pci_probe(struct pci_dev *pdev, ...@@ -110,7 +110,7 @@ static int mt7921_pci_probe(struct pci_dev *pdev,
pci_set_master(pdev); pci_set_master(pdev);
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_LEGACY); ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_ALL_TYPES);
if (ret < 0) if (ret < 0)
return ret; return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment