PCI: aardvark: Check return value of generic_handle_domain_irq() when processing...
authorPali Rohár <pali@kernel.org>
Wed, 4 May 2022 16:57:39 +0000 (18:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 10:30:30 +0000 (12:30 +0200)
commit9e475a95c59b9d01dc8eaecc386fc3877d35fd85
treef01852da516e0a3375429b0d2d76432138881859
parent95bd4e10877c96e451186af58cc149a5f72ccc2c
PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ

commit 51f96e287c6f003d3bb29672811c757c5fbf0028 upstream.

It is possible that we receive spurious INTx interrupt. Check for the
return value of generic_handle_domain_irq() when processing INTx IRQ.

Link: https://lore.kernel.org/r/20220110015018.26359-6-kabel@kernel.org
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/controller/pci-aardvark.c