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/saa7134 | |
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/saa7134')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-alsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-alsa.c b/linux/drivers/media/video/saa7134/saa7134-alsa.c index b24e5de75..fe5427c92 100644 --- a/linux/drivers/media/video/saa7134/saa7134-alsa.c +++ b/linux/drivers/media/video/saa7134/saa7134-alsa.c @@ -1,7 +1,7 @@ /* * SAA713x ALSA support for V4L * - * $Id: saa7134-alsa.c,v 1.29 2005/12/17 21:39:18 mchehab Exp $ + * $Id: saa7134-alsa.c,v 1.30 2005/12/17 23:31:39 mchehab Exp $ * * Caveats: * - Volume doesn't work (it's always at max) @@ -68,7 +68,7 @@ module_param_array(index, int, NULL, 0444); MODULE_PARM_DESC(index, "Index value for SAA7134 capture interface(s)."); #define dprintk(fmt, arg...) if (debug) \ - printk(KERN_DEBUG "%s/alsa: " fmt, dev->name , ##arg) + printk(KERN_DEBUG "%s/alsa: " fmt, dev->name, ## arg) |