diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-08 22:20:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:58 -0400 |
commit | 3ca7fc84e37c5cf446fe4137f885f74e71373d7f (patch) | |
tree | 236bae57740ccd8308c740fc635a43c84b136b10 /drivers/media/dvb/ttpci/av7110.h | |
parent | 271ddbf702c3a4e6b18f6464180eda0f62efd9a5 (diff) |
V4L/DVB (7515): media/dvb/ttpci replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.h')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.h b/drivers/media/dvb/ttpci/av7110.h index 39fbf7d5cffb..e494e04eeee8 100644 --- a/drivers/media/dvb/ttpci/av7110.h +++ b/drivers/media/dvb/ttpci/av7110.h | |||
@@ -40,7 +40,7 @@ | |||
40 | extern int av7110_debug; | 40 | extern int av7110_debug; |
41 | 41 | ||
42 | #define dprintk(level,args...) \ | 42 | #define dprintk(level,args...) \ |
43 | do { if ((av7110_debug & level)) { printk("dvb-ttpci: %s(): ", __FUNCTION__); printk(args); } } while (0) | 43 | do { if ((av7110_debug & level)) { printk("dvb-ttpci: %s(): ", __func__); printk(args); } } while (0) |
44 | 44 | ||
45 | #define MAXFILT 32 | 45 | #define MAXFILT 32 |
46 | 46 | ||