git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e2060
)
PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported()
author
Alexander Gordeev
<agordeev@redhat.com>
Tue, 23 Sep 2014 18:45:58 +0000
(12:45 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 1 Oct 2014 18:21:14 +0000
(12:21 -0600)
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>
drivers/pci/msi.c
patch
|
blob
|
history
diff --cc
drivers/pci/msi.c
Simple merge