summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sxg/sxgdbg.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-10-17 14:46:10 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 09:56:32 -0700
commite88bd231e4f00f050c4cf385f7cb2fde12f2a101 (patch)
tree5f429f27bd0651fee699184d8d87f632195ee32a /drivers/staging/sxg/sxgdbg.h
parent8b384e0c3f85065a4986013d74d5585ed595cfa0 (diff)
downloadop-kernel-dev-e88bd231e4f00f050c4cf385f7cb2fde12f2a101.zip
op-kernel-dev-e88bd231e4f00f050c4cf385f7cb2fde12f2a101.tar.gz
Staging: sxg: replace __FUNCTION__ with __func__
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sxg/sxgdbg.h')
-rw-r--r--drivers/staging/sxg/sxgdbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sxg/sxgdbg.h b/drivers/staging/sxg/sxgdbg.h
index cfb6c7c..4522b8d 100644
--- a/drivers/staging/sxg/sxgdbg.h
+++ b/drivers/staging/sxg/sxgdbg.h
@@ -58,7 +58,7 @@
{ \
if (!(a)) { \
DBG_ERROR("ASSERT() Failure: file %s, function %s line %d\n",\
- __FILE__, __FUNCTION__, __LINE__); \
+ __FILE__, __func__, __LINE__); \
} \
}
#endif
OpenPOWER on IntegriCloud