From: Alexander Gordeev Date: Tue, 23 Sep 2014 18:45:58 +0000 (-0600) Subject: PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported() X-Git-Tag: fixes-against-v3.18-rc2~139^2~4^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06cd74cefe754341f747ddc4cf7b0058fa9bff8;p=pandora-kernel.git PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported() Rename pci_msi_check_device() to pci_msi_supported() for clarity. Note that pci_msi_supported() returns true if MSI/MSI-X is supported, so code like: if (pci_msi_supported(...)) reads naturally. [bhelgaas: changelog, split to separate patch, reverse sense] Signed-off-by: Alexander Gordeev Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed