From: Hidetoshi Seto Date: Thu, 6 Aug 2009 02:31:27 +0000 (+0900) Subject: PCI MSI: Remove attribute check from pci_disable_msi() X-Git-Tag: v2.6.32-rc1~670^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c901851fddb82529ddcd443d0778b1dee1386a14;p=pandora-kernel.git PCI MSI: Remove attribute check from pci_disable_msi() The msi_list never have MSI-X's msi_desc while MSI is enabled, and also it never have MSI's msi_desc while MSI-X is enabled. This patch remove check for MSI-X entry from the pci_disable_msi(), referring that pci_disable_msix() does not have any check for MSI entry. Reviewed-by: Matthew Wilcox Signed-off-by: Hidetoshi Seto Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed