commit | b7636e816adcb52bc96b6fb7bc9d141cbfd17ddb | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Wed Oct 11 14:14:38 2017 +0530 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 31 15:33:46 2017 -0500 |
tree | 1ea4fa1ff02a2df79fd46682f7dc46d3eb16fabb | |
parent | 139838fffec40296d7235982a1a9b917ba31530f [diff] |
misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi() pci_disable_msi() throws a Kernel BUG if the driver has successfully requested an IRQ and not released it. Fix it here by freeing IRQs before invoking pci_disable_msi(). Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>