diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-08-18 08:01:53 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 09:09:57 -0700 |
commit | c01a8bc084b9bec58a9ee3c7a95fb4266328c4b8 (patch) | |
tree | 31617cad06281d9fe3bc99074718fe315920be64 /sound/core/sound_oss.c | |
parent | 182801ff266e61d2c4b18aab20f0ffed0f36b873 (diff) | |
download | talos-obmc-linux-c01a8bc084b9bec58a9ee3c7a95fb4266328c4b8.tar.gz talos-obmc-linux-c01a8bc084b9bec58a9ee3c7a95fb4266328c4b8.zip |
pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()
As result of deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range() or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'sound/core/sound_oss.c')
0 files changed, 0 insertions, 0 deletions