MSI: Rename pci_msi_supported() to pci_msi_check_device()
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 5 Apr 2007 07:19:07 +0000 (17:19 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 May 2007 02:02:36 +0000 (19:02 -0700)
commit17bbc12acdb23ffb9613e12ca974fafd31bfcb56
treebbeb34a927703ba140ca7c7a10c8fc4e85f243bd
parent128bc5fced238752d01b5169077f2ec624b3d59b
MSI: Rename pci_msi_supported() to pci_msi_check_device()

As pointed out by Eric, the name pci_msi_supported() suggests it should
return a boolean value, however it doesn't. So update the name to be
a bit less confusing and update the doco too.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/msi.c