summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-video.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-18 00:44:19 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-18 00:44:19 +0000
commit4b5e281290f406c02f91da44be958f81742412a7 (patch)
treecce89ae7b46e6cbfae44f2ecd7770b1b333c3f83 /linux/drivers/media/video/em28xx/em28xx-video.c
parent1889ca711b371794cbc9410cce50a7191691418f (diff)
downloadmediapointer-dvb-s2-4b5e281290f406c02f91da44be958f81742412a7.tar.gz
mediapointer-dvb-s2-4b5e281290f406c02f91da44be958f81742412a7.tar.bz2
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 '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);