PCI: brcmstb: Remove stale comment
authorJim Quinlan <james.quinlan@broadcom.com>
Fri, 23 Jun 2023 14:40:58 +0000 (10:40 -0400)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Thu, 24 Aug 2023 15:33:59 +0000 (17:33 +0200)
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/20230623144100.34196-6-james.quinlan@broadcom.com
Signed-off-by: Jim Quinlan <james.quinlan@broadcom.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/pci/controller/pcie-brcmstb.c

index 74808e9b41e7d6da502db369467250be0b7cc8ac..f9dd6622fe109566fc292e9d2d935691c5b8cc23 100644 (file)
@@ -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,