commit | a06cd74cefe754341f747ddc4cf7b0058fa9bff8 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Tue Sep 23 12:45:58 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 01 12:21:14 2014 -0600 |
tree | ccac2544277779a5515d93a81350b97164a8cba4 | |
parent | 27e20603c54ba633ed259284d006275f13c9f95b [diff] |
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 <agordeev@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>