From: Gavin Shan Date: Thu, 4 Apr 2013 16:54:31 +0000 (+0000) Subject: PCI: Remove MSI/MSI-X cap check in pci_msi_check_device() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf1fd4d906bc8c06510fd3e1d6a073441792792;p=pandora-kernel.git PCI: Remove MSI/MSI-X cap check in pci_msi_check_device() The function pci_msi_check_device() is called while enabling MSI or MSI-X interrupts to make sure the PCI device can support MSI or MSI-X capability. This patch removes the check on MSI or MSI-X capability in the function and lets the caller do the check. Signed-off-by: Gavin Shan Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed