From be8b845411eb320cf4f16b8b7bd90eb407028135 Mon Sep 17 00:00:00 2001 From: Alexander Beregalov Date: Mon, 21 Jul 2008 00:06:19 +0400 Subject: [PATCH] --- yaml --- r: 107473 b: refs/heads/master c: 1f938d060a7bc01b5f82d46db3e38cd501b445a6 h: refs/heads/master i: 107471: a8d4c05dc717ef09a59a53703effc5459740144a v: v3 --- [refs] | 2 +- trunk/include/linux/libata.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 0aa692a66dcf..012b53a1eab3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 487eff68e42287fd45cf178063f1ce1bad23c612 +refs/heads/master: 1f938d060a7bc01b5f82d46db3e38cd501b445a6 diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index 5b247b8a6b3b..d4b8e5fa3e8b 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -60,9 +60,9 @@ /* note: prints function name for you */ #ifdef ATA_DEBUG -#define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) +#define DPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) #ifdef ATA_VERBOSE_DEBUG -#define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) +#define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) #else #define VPRINTK(fmt, args...) #endif /* ATA_VERBOSE_DEBUG */ @@ -71,7 +71,7 @@ #define VPRINTK(fmt, args...) #endif /* ATA_DEBUG */ -#define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) +#define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func__, ## args) /* NEW: debug levels */ #define HAVE_LIBATA_MSG 1