]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 7 May 2015 14:52:21 +0000 (09:52 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 7 May 2015 14:52:21 +0000 (09:52 -0500)
commit61b64abd399fa4b15ac649ad93b453d2a8569314
tree49c7d5a4a963027c99f2360c5d3271c5b4e6f21c
parent5ebe6afaf0057ac3eaeb98defd5456894b446d22
PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()

Rename msi_set_enable() to pci_msi_set_enable() and
msix_clear_and_set_ctrl() to pci_msix_clear_and_set_ctrl().

No functional change.

[bhelgaas: changelog, split into separate patch]
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
drivers/pci/msi.c