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:59 -0400 |
commit | d80e134dc8e7e078248f7966a6884858f7ab185f (patch) | |
tree | 5536388191e943e4c9db64c941b37c25096b45c2 /drivers/media/video/em28xx/em28xx-i2c.c | |
parent | 32d83efc1c9e290b3d4627c6ec40529eafa89b46 (diff) |
V4L/DVB (7522): media/video/em28xx replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index c3d98d81c335..6e1b7b4e7668 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c | |||
@@ -45,7 +45,7 @@ MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); | |||
45 | printk(fmt, ##args); } while (0) | 45 | printk(fmt, ##args); } while (0) |
46 | #define dprintk2(lvl,fmt, args...) if (i2c_debug>=lvl) do{ \ | 46 | #define dprintk2(lvl,fmt, args...) if (i2c_debug>=lvl) do{ \ |
47 | printk(KERN_DEBUG "%s at %s: " fmt, \ | 47 | printk(KERN_DEBUG "%s at %s: " fmt, \ |
48 | dev->name, __FUNCTION__ , ##args); } while (0) | 48 | dev->name, __func__ , ##args); } while (0) |
49 | 49 | ||
50 | /* | 50 | /* |
51 | * em2800_i2c_send_max4() | 51 | * em2800_i2c_send_max4() |