Skip to content

Commit b328f3c

Browse files
Bharat Kumar Gogadabjorn-helgaas
authored andcommitted
PCI: xilinx: Dispose of MSI virtual IRQ
Dispose of virtual IRQ being created for MSI interrupts. Signed-off-by: Bharat Kumar Gogada <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Michal Simek <[email protected]>
1 parent 8a4036e commit b328f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/host/pcie-xilinx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ static void xilinx_msi_teardown_irq(struct msi_controller *chip,
261261
unsigned int irq)
262262
{
263263
xilinx_pcie_destroy_msi(irq);
264+
irq_dispose_mapping(irq);
264265
}
265266

266267
/**

0 commit comments

Comments
 (0)