diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-30 03:55:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:54 -0400 |
commit | 71cc2c2152170b8166f59abb0604dc62073aeb92 (patch) | |
tree | a33d71f73b55fa1cb43d38fc108faba20b24b64c /drivers/serial/sh-sci.c | |
parent | bf9d89295233ae2ba7b312c78ee5657307b09f4c (diff) |
serial: 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: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/sh-sci.c')
-rw-r--r-- | drivers/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index c2ea5d4df44a..969106187718 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -855,7 +855,7 @@ static int sci_notifier(struct notifier_block *self, | |||
855 | 855 | ||
856 | printk(KERN_INFO "%s: got a postchange notification " | 856 | printk(KERN_INFO "%s: got a postchange notification " |
857 | "for cpu %d (old %d, new %d)\n", | 857 | "for cpu %d (old %d, new %d)\n", |
858 | __FUNCTION__, freqs->cpu, freqs->old, freqs->new); | 858 | __func__, freqs->cpu, freqs->old, freqs->new); |
859 | } | 859 | } |
860 | 860 | ||
861 | return NOTIFY_OK; | 861 | return NOTIFY_OK; |