We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac179 commit bbedf9cCopy full SHA for bbedf9c
drivers/irqchip/irq-bcm2712-mip.c
@@ -164,7 +164,7 @@ static const struct msi_parent_ops mip_msi_parent_ops = {
164
.supported_flags = MIP_MSI_FLAGS_SUPPORTED,
165
.required_flags = MIP_MSI_FLAGS_REQUIRED,
166
.chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
167
- .bus_select_token = DOMAIN_BUS_GENERIC_MSI,
+ .bus_select_token = DOMAIN_BUS_GENERIC_MSI,
168
.bus_select_mask = MATCH_PCI_MSI,
169
.prefix = "MIP-MSI-",
170
.init_dev_msi_info = msi_lib_init_dev_msi_info,
0 commit comments