diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-31 11:35:05 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-31 11:35:05 +0000 |
commit | f1ec0a023fbcab9ce62218714d1cd79ddcdeb426 (patch) | |
tree | 3a921f7dbcc54592213fbebd08aa205c721de5df /linux/drivers/media/video/cx88/cx88-video.c | |
parent | e2e127390240243dc1f163eb96711e3792620a18 (diff) | |
download | mediapointer-dvb-s2-f1ec0a023fbcab9ce62218714d1cd79ddcdeb426.tar.gz mediapointer-dvb-s2-f1ec0a023fbcab9ce62218714d1cd79ddcdeb426.tar.bz2 |
- whitespace cleanups.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index 6b6d0cb25..9a0653b5b 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.53 2005/01/20 12:54:46 kraxel Exp $ + * $Id: cx88-video.c,v 1.54 2005/01/31 11:35:05 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -1439,7 +1439,7 @@ static int video_do_ioctl(struct inode *inode, struct file *file, if (*i >= 4) return -EINVAL; down(&dev->lock); - dev->core->audiomode = UNSET; + dev->core->audiomode = UNSET; video_mux(dev,*i); up(&dev->lock); return 0; @@ -1601,7 +1601,7 @@ static int video_do_ioctl(struct inode *inode, struct file *file, return -EINVAL; down(&dev->lock); dev->freq = f->frequency; - dev->core->audiomode = UNSET; + dev->core->audiomode = UNSET; #ifdef V4L2_I2C_CLIENTS cx88_call_i2c_clients(dev->core,VIDIOC_S_FREQUENCY,f); #else |