1
0

PCI: replace remaining __FUNCTION__ occurrences

__FUNCTION__ is gcc-specific, use __func__

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Harvey Harrison
2008-03-03 19:09:46 -08:00
committed by Greg Kroah-Hartman
parent ca99eb8c2d
commit 66bef8c059
39 changed files with 487 additions and 487 deletions

View File

@@ -691,7 +691,7 @@ static void aer_isr_one_error(struct pcie_device *p_device,
e_info.flags |= AER_MULTI_ERROR_VALID_FLAG;
if (!(s_device = find_source_device(p_device->port, id))) {
printk(KERN_DEBUG "%s->can't find device of ID%04x\n",
__FUNCTION__, id);
__func__, id);
continue;
}
if (get_device_error_info(to_pci_dev(s_device), &e_info) ==