diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-28 05:14:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 11:58:31 -0400 |
commit | b687d2a8f8d46921ac5e80bf77967688afce68e2 (patch) | |
tree | c8f75152f6f20fd12e8128c7396b1d600691e063 /drivers/spi/spi_s3c24xx.c | |
parent | 31a16294261a897ab7f59a5c26e4935a851fd410 (diff) |
spi: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/spi_s3c24xx.c')
-rw-r--r-- | drivers/spi/spi_s3c24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_s3c24xx.c b/drivers/spi/spi_s3c24xx.c index b7476b888197..34bfb7dd7764 100644 --- a/drivers/spi/spi_s3c24xx.c +++ b/drivers/spi/spi_s3c24xx.c | |||
@@ -169,7 +169,7 @@ static int s3c24xx_spi_setup(struct spi_device *spi) | |||
169 | } | 169 | } |
170 | 170 | ||
171 | dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n", | 171 | dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n", |
172 | __FUNCTION__, spi->mode, spi->bits_per_word, | 172 | __func__, spi->mode, spi->bits_per_word, |
173 | spi->max_speed_hz); | 173 | spi->max_speed_hz); |
174 | 174 | ||
175 | return 0; | 175 | return 0; |