Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
fbde31d5
Commit
fbde31d5
authored
Apr 13, 2008
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (7551): vivi: Add a missing \n
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
05612975
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/media/video/vivi.c
drivers/media/video/vivi.c
+2
-2
No files found.
drivers/media/video/vivi.c
View file @
fbde31d5
...
...
@@ -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
,
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment