projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0561297
)
V4L/DVB (7551): vivi: Add a missing \n
author
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 13 Apr 2008 17:57:44 +0000
(14:57 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 24 Apr 2008 17:08:48 +0000
(14:08 -0300)
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/vivi.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/vivi.c
b/drivers/media/video/vivi.c
index 17eb3ec5d704748ae9ea01264037a8601346b313..b1e9592acb907bb06ca59d82e8fa6cafcf5384fc 100644
(file)
--- a/
drivers/media/video/vivi.c
+++ b/
drivers/media/video/vivi.c
@@
-533,7
+533,7
@@
static void free_buffer(struct videobuf_queue *vq, struct vivi_buffer *buf)
BUG();
videobuf_vmalloc_free(&buf->vb);
- dprintk(dev, 1, "free_buffer: freed");
+ dprintk(dev, 1, "free_buffer: freed
\n
");
buf->vb.state = VIDEOBUF_NEEDS_INIT;
}
@@
-1052,7
+1052,7
@@
static const struct file_operations vivi_fops = {
.read = vivi_read,
.poll = vivi_poll,
.ioctl = video_ioctl2, /* V4L2 ioctl handler */
-
.compat_ioctl = v4l_compat_ioctl32,
+ .compat_ioctl = v4l_compat_ioctl32,
.mmap = vivi_mmap,
.llseek = no_llseek,
};