summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_video.c
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-10-09 10:06:10 +0000
committerMichael Hunold <devnull@localhost>2003-10-09 10:06:10 +0000
commit42dd92758db3261aba3da6f42db85857b459335c (patch)
treeae8a70a2d3bb32574c62da47f967e50f78c7863b /linux/drivers/media/common/saa7146_video.c
parent9347dffcaf23cf01055c0d6020787336aa546bef (diff)
downloadmediapointer-dvb-s2-42dd92758db3261aba3da6f42db85857b459335c.tar.gz
mediapointer-dvb-s2-42dd92758db3261aba3da6f42db85857b459335c.tar.bz2
- backfeed patches from 2.6.0-test7, which have not gone through our cvs:
- janitorial fixes (mostly return code handling) - spelling fixes in Kconfig files - line breaks to re-formatting
Diffstat (limited to 'linux/drivers/media/common/saa7146_video.c')
-rw-r--r--linux/drivers/media/common/saa7146_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146_video.c b/linux/drivers/media/common/saa7146_video.c
index 096310670..7b04748c0 100644
--- a/linux/drivers/media/common/saa7146_video.c
+++ b/linux/drivers/media/common/saa7146_video.c
@@ -1219,7 +1219,8 @@ int saa7146_video_do_ioctl(struct inode *inode, struct file *file, unsigned int
q = &fh->video_q;
down(&q->lock);
- err = videobuf_mmap_setup(file,q,gbuffers,gbufsize, V4L2_MEMORY_MMAP);
+ err = videobuf_mmap_setup(file,q,gbuffers,gbufsize,
+ V4L2_MEMORY_MMAP);
if (err < 0) {
up(&q->lock);
return err;