[PATCH] gt96100eth.c: Don't concatenate __FUNCTION__ with strings.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 8 Nov 2005 22:02:35 +0000 (22:02 +0000)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 11 Nov 2005 13:32:47 +0000 (08:32 -0500)
commit560c22fe1fc8b3523ef422da4f1cf04aa22d1471
tree5be5e00b81e7793ebe5210c6b8ed5d33f3818677
parent557934554655ac119d96a1bdb6ed75319bb9d1b1
[PATCH] gt96100eth.c: Don't concatenate __FUNCTION__ with strings.

As part of the ISO C9x conversion gcc deprecates concatenation with
__FUNCTION__ because __FUNCTION__ is not a preprocessor macro.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/gt96100eth.c