summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_pdc2027x.c
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-03-05 18:24:52 -0800
committerJeff Garzik <jeff@garzik.org>2008-03-10 20:50:31 -0400
commit7f5e4e8d94b6013f93716bc42a1296f95d1059dc (patch)
tree9ededfd9307c8d2ca1d9e8f11d0f9d1b3a489c21 /drivers/ata/pata_pdc2027x.c
parentcdeeeae056a429e729ae9e914fa8142ee45bee93 (diff)
downloadlinux-0-day-7f5e4e8d94b6013f93716bc42a1296f95d1059dc.tar.gz
linux-0-day-7f5e4e8d94b6013f93716bc42a1296f95d1059dc.tar.xz
ata: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r--drivers/ata/pata_pdc2027x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c
index 028af5dbeed6a..511c89b9bae81 100644
--- a/drivers/ata/pata_pdc2027x.c
+++ b/drivers/ata/pata_pdc2027x.c
@@ -39,7 +39,7 @@
#undef PDC_DEBUG
#ifdef PDC_DEBUG
-#define PDPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args)
+#define PDPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args)
#else
#define PDPRINTK(fmt, args...)
#endif