OSDN Git Service

PCI/MSI: Add pci_enable_msi() documentation back
authorAlexander Gordeev <agordeev@redhat.com>
Fri, 17 Jan 2014 09:26:20 +0000 (10:26 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 Feb 2014 06:08:49 +0000 (22:08 -0800)
commit9a8b0af9b1dacf1d865d4b8bff7360e5b318481a
treec9bd078e3860228d1271b89f59af306f229a85e2
parent39af663b5fd25c9dd427e12e106763b6b4f9572c
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