diff options
author | Jim Quinlan <[email protected]> | 2023-06-23 10:40:58 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2023-08-24 17:33:59 +0200 |
commit | 6dac1507a654f897ae98d7ec1a12b712c3ec4d47 (patch) | |
tree | 226916b39883d64a8436b03c11a5f9a7fc14eec2 | |
parent | 8eb8c2735306526929141052c82bd118a7a2119b (diff) |
PCI: brcmstb: Remove stale comment
A comment says that Multi-MSI is not supported by the driver.
A past commit [1] added this feature, so the comment is
incorrect and is removed.
[1] commit 198acab1772f22f2 ("PCI: brcmstb: Enable Multi-MSI")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jim Quinlan <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
-rw-r--r-- | drivers/pci/controller/pcie-brcmstb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-brcmstb.c b/drivers/pci/controller/pcie-brcmstb.c index 74808e9b41e7..f9dd6622fe10 100644 --- a/drivers/pci/controller/pcie-brcmstb.c +++ b/drivers/pci/controller/pcie-brcmstb.c @@ -439,7 +439,6 @@ static struct irq_chip brcm_msi_irq_chip = { }; static struct msi_domain_info brcm_msi_domain_info = { - /* Multi MSI is supported by the controller, but not by this driver */ .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS | MSI_FLAG_MULTI_PCI_MSI), .chip = &brcm_msi_irq_chip, |