]> git.baikalelectronics.ru Git - kernel.git/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)
commit35d8f63c4cc1becff85b0217f98d4215c1ef8023
tree83560207e22c2416d29e169c19d5c78cdec9613f
parent4ad69cd0a650f52f26c05e86e57fc6ff6707cbcd
PCI/MSI: Add pci_enable_msi() documentation back

We deprecated pci_enable_msi() in f46329d2ed42 ("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