From: Alexander Gordeev Date: Fri, 17 Jan 2014 09:26:20 +0000 (+0100) Subject: PCI/MSI: Add pci_enable_msi() documentation back X-Git-Tag: v3.15-rc1~143^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8b0af9b1dacf1d865d4b8bff7360e5b318481a;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed