diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2020-03-17 15:31:54 +0530 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2020-04-02 17:57:10 +0100 |
commit | b2ba9225e0313b1de631a44b7b48c109032bffec (patch) | |
tree | 3f5f44465fa27af9498b245bf3244deae8f78e68 /kernel/exit.c | |
parent | 146d32880796b65077b0ec449a3ae3e7ade624d6 (diff) | |
download | linux-b2ba9225e0313b1de631a44b7b48c109032bffec.tar.gz linux-b2ba9225e0313b1de631a44b7b48c109032bffec.tar.bz2 linux-b2ba9225e0313b1de631a44b7b48c109032bffec.zip |
misc: pci_endpoint_test: Avoid using module parameter to determine irqtype
commit e03327122e2c ("pci_endpoint_test: Add 2 ioctl commands")
uses module parameter 'irqtype' in pci_endpoint_test_set_irq()
to check if IRQ vectors of a particular type (MSI or MSI-X or
LEGACY) is already allocated. However with multi-function devices,
'irqtype' will not correctly reflect the IRQ type of the PCI device.
Fix it here by adding 'irqtype' for each PCI device to show the
IRQ type of a particular PCI device.
Fixes: e03327122e2c ("pci_endpoint_test: Add 2 ioctl commands")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: stable@vger.kernel.org # v4.19+
Diffstat (limited to 'kernel/exit.c')
0 files changed, 0 insertions, 0 deletions