summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-video.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-17 21:39:18 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-17 21:39:18 +0000
commit9708ebd3445f5f62fbc3b099159a676e46f67d95 (patch)
tree1ec3e0937d37a45156f1029e6373136e55b1c95a /linux/drivers/media/video/em28xx/em28xx-video.c
parentfea800d4f5b145456eedf364aeb7a0745fbabe2a (diff)
downloadmediapointer-dvb-s2-9708ebd3445f5f62fbc3b099159a676e46f67d95.tar.gz
mediapointer-dvb-s2-9708ebd3445f5f62fbc3b099159a676e46f67d95.tar.bz2
Fix compilation failure with gcc 2.95.3 and corrected set video std
From:: Jean Delvare <khali@linux-fr.org> - Fix compilation failure with gcc 2.95.3. - Corrected a bug at video std check at cx25840 module Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-video.c')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c
index 3194f64c0..a1c85ce03 100644
--- a/linux/drivers/media/video/em28xx/em28xx-video.c
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c
@@ -50,7 +50,7 @@
#define em28xx_videodbg(fmt, arg...) do {\
if (video_debug) \
printk(KERN_INFO "%s %s :"fmt, \
- dev->name, __FUNCTION__, ##arg); } while (0)
+ dev->name, __FUNCTION__ , ##arg); } while (0)
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);