Commit fbde31d5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (7551): vivi: Add a missing \n

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 05612975
...@@ -533,7 +533,7 @@ static void free_buffer(struct videobuf_queue *vq, struct vivi_buffer *buf) ...@@ -533,7 +533,7 @@ static void free_buffer(struct videobuf_queue *vq, struct vivi_buffer *buf)
BUG(); BUG();
videobuf_vmalloc_free(&buf->vb); videobuf_vmalloc_free(&buf->vb);
dprintk(dev, 1, "free_buffer: freed"); dprintk(dev, 1, "free_buffer: freed\n");
buf->vb.state = VIDEOBUF_NEEDS_INIT; buf->vb.state = VIDEOBUF_NEEDS_INIT;
} }
...@@ -1052,7 +1052,7 @@ static const struct file_operations vivi_fops = { ...@@ -1052,7 +1052,7 @@ static const struct file_operations vivi_fops = {
.read = vivi_read, .read = vivi_read,
.poll = vivi_poll, .poll = vivi_poll,
.ioctl = video_ioctl2, /* V4L2 ioctl handler */ .ioctl = video_ioctl2, /* V4L2 ioctl handler */
.compat_ioctl = v4l_compat_ioctl32, .compat_ioctl = v4l_compat_ioctl32,
.mmap = vivi_mmap, .mmap = vivi_mmap,
.llseek = no_llseek, .llseek = no_llseek,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment