diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-17 01:46:21 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-04-17 01:47:04 -0400 |
commit | 2a2cf6b18626e66b7898013dfa4df8fe2feca568 (patch) | |
tree | d8de82bd941bab2b448c3283fe278cbfe51b2ea7 /drivers/s390/scsi/zfcp_def.h | |
parent | 1e42f32785dc252191bc8a4825e1fee77519d947 (diff) |
[S390] replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 9e9f6c1e4e5d..45a7cd98c140 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -539,7 +539,7 @@ struct zfcp_rc_entry { | |||
539 | 539 | ||
540 | /* logging routine for zfcp */ | 540 | /* logging routine for zfcp */ |
541 | #define _ZFCP_LOG(fmt, args...) \ | 541 | #define _ZFCP_LOG(fmt, args...) \ |
542 | printk(KERN_ERR ZFCP_NAME": %s(%d): " fmt, __FUNCTION__, \ | 542 | printk(KERN_ERR ZFCP_NAME": %s(%d): " fmt, __func__, \ |
543 | __LINE__ , ##args) | 543 | __LINE__ , ##args) |
544 | 544 | ||
545 | #define ZFCP_LOG(level, fmt, args...) \ | 545 | #define ZFCP_LOG(level, fmt, args...) \ |