Reports a lost pci interrupt
enum pci_lost_interrupt_reason pci_lost_interrupt(struct pci_dev * pdev);
pdev
device whose interrupt is lost
The primary function of this routine is to report a lost interrupt in a standard way which users can recognise (instead of blaming the driver).
a suggestion for fixing it (although the driver is not required to act on this).