aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-i2c.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux\-fr.org>2005-12-19 08:53:59 -0200
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-12-19 08:53:59 -0200
commitf85c657ff1f712abd5207a95fba8a5fcc282ab04 (patch)
treed1b1f834b7a4ef96a3efc9dccb8ad08d56f30ada /drivers/media/video/em28xx/em28xx-i2c.c
parent48ea753075aa15699bd5fac26faa08431aaa697b (diff)
downloadkernel_samsung_smdk4412-f85c657ff1f712abd5207a95fba8a5fcc282ab04.zip
kernel_samsung_smdk4412-f85c657ff1f712abd5207a95fba8a5fcc282ab04.tar.gz
kernel_samsung_smdk4412-f85c657ff1f712abd5207a95fba8a5fcc282ab04.tar.bz2
[PATCH] V4L/DVB (3188): Fix compilation failure with gcc 2.95.3.
- Fix compilation failure with gcc 2.95.3. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-i2c.c2
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 29e21ad..7f56030 100644
--- a/drivers/media/video/em28xx/em28xx-i2c.c
+++ b/drivers/media/video/em28xx/em28xx-i2c.c
@@ -44,7 +44,7 @@ MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
printk(fmt, ##args); } while (0)
#define dprintk2(lvl,fmt, args...) if (i2c_debug>=lvl) do{ \
printk(KERN_DEBUG "%s at %s: " fmt, \
- dev->name, __FUNCTION__, ##args); } while (0)
+ dev->name, __FUNCTION__ , ##args); } while (0)
/*
* em2800_i2c_send_max4()