Skip to content

Commit 6dac150

Browse files
jamesequinlanLorenzo Pieralisi
authored andcommitted
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 198acab ("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>
1 parent 8eb8c27 commit 6dac150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/controller/pcie-brcmstb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ static struct irq_chip brcm_msi_irq_chip = {
439439
};
440440

441441
static struct msi_domain_info brcm_msi_domain_info = {
442-
/* Multi MSI is supported by the controller, but not by this driver */
443442
.flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
444443
MSI_FLAG_MULTI_PCI_MSI),
445444
.chip = &brcm_msi_irq_chip,

0 commit comments

Comments
 (0)