diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-17 23:31:39 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-17 23:31:39 +0000 |
commit | 1889ca711b371794cbc9410cce50a7191691418f (patch) | |
tree | ea311b8752076ca0b2800643b75e090343669c6d /linux/drivers/media/video/em28xx/em28xx-video.c | |
parent | 86e60786d9918d0dfaf8755187af884163cecacb (diff) | |
download | mediapointer-dvb-s2-1889ca711b371794cbc9410cce50a7191691418f.tar.gz mediapointer-dvb-s2-1889ca711b371794cbc9410cce50a7191691418f.tar.bz2 |
Reverted latest two patches
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.c | 2 |
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 a1c85ce03..3194f64c0 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); |