diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-16 19:17:31 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-10-16 19:17:31 -0400 |
commit | ad720f84ff425b9c3fb75e03d1afa80f25a85c25 (patch) | |
tree | 55c4ea3a02f2998cfeeed289143d5fe0eb6ea309 /linux/drivers/media/video/cx88/cx88-alsa.c | |
parent | 70b6522b7a4c42541d81f2460e3be8946e22856d (diff) | |
download | mediapointer-dvb-s2-ad720f84ff425b9c3fb75e03d1afa80f25a85c25.tar.gz mediapointer-dvb-s2-ad720f84ff425b9c3fb75e03d1afa80f25a85c25.tar.bz2 |
cx88: Convert __FUNCTION__ to __func__
From: Steven Toth <stoth@linuxtv.org>
cx88: Convert __FUNCTION__ to __func__
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-alsa.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c index c675cbeae..3dd2f6629 100644 --- a/linux/drivers/media/video/cx88/cx88-alsa.c +++ b/linux/drivers/media/video/cx88/cx88-alsa.c @@ -60,7 +60,7 @@ #define timestamp() if(debug>=2) { u64 time; u32 rem; rdtscll(time); \ time = (time - chip->starttime)<<12; \ rem = do_div(time, INT); \ - dprintk(2, "%s - called at %u.%03u us\n", __FUNCTION__, \ + dprintk(2, "%s - called at %u.%03u us\n", __func__, \ (unsigned int)time, (rem << 9) / FRAC); } #endif /**************************************************************************** |