]> Pileus Git - ~andy/linux/commit
PCI/MSI: Add pci_enable_msi() documentation back
authorAlexander Gordeev <agordeev@redhat.com>
Thu, 13 Feb 2014 17:47:51 +0000 (10:47 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Feb 2014 17:47:51 +0000 (10:47 -0700)
commit7918b2dc66055772eecac28d7219ea679bdde420
tree83560207e22c2416d29e169c19d5c78cdec9613f
parent75ce2d53cef8ea964634583ba45d6323ba5be243
PCI/MSI: Add pci_enable_msi() documentation back

We deprecated pci_enable_msi() in 302a2523c277 ("PCI/MSI: Add
pci_enable_msi_range() and pci_enable_msix_range()").

But we changed our minds after noticing that:

  - pci_enable_msi() doesn't have confusing return values like
    pci_enable_msi_block() and pci_enable_msix() did, and

  - pci_enable_msi() has a hundred or so callers that we don't want to
    change.

This adds back the pci_enable_msi() documentation.

[bhelgaas: changelog]
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/PCI/MSI-HOWTO.txt