From 42dd92758db3261aba3da6f42db85857b459335c Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Thu, 9 Oct 2003 10:06:10 +0000 Subject: - 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 --- linux/drivers/media/common/saa7146_video.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/common/saa7146_video.c') 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; -- cgit v1.2.3