diff options
author | 2016-12-01 10:15:04 +0800 | |
---|---|---|
committer | 2017-02-10 16:15:08 -0600 | |
commit | 948b7620c15411444167a62cfc14cdd4b0e44682 (patch) | |
tree | 9bdb363fce0c066a073a7a827b9746604a50eff2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI/portdrv: Use pci_irq_alloc_vectors() (diff) | |
download | linux-rng-948b7620c15411444167a62cfc14cdd4b0e44682.tar.xz linux-rng-948b7620c15411444167a62cfc14cdd4b0e44682.zip |
PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors
If device doesn't support as many MSI vectors as the driver requested, we
previously returned -EINVAL from __pci_enable_msi_range() and
pci_enable_msi_range(). In other similar situations in both
__pci_enable_msi_range() and __pci_enable_msix_range(), we returned
-ENOSPC.
Return -ENOSPC from __pci_enable_msi_range() so we do it consistently.
[bhelgaas: changelog]
Signed-off-by: Dennis Chen <dennis.chen@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Tejun Heo <tj@kernel.org>
CC: Christoph Hellwig <hch@lst.de>
CC: Tom Long Nguyen <tom.l.nguyen@intel.com>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
CC: Marc Zyngier <marc.zyngier@arm.com>
CC: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
CC: Steve Capper <steve.capper@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions