Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
c39b9fd7
Commit
c39b9fd7
authored
May 05, 2013
by
Al Viro
Browse files
sh: single_open() leaks
Cc: vger.kernel.org Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
46d4c0ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/sh/drivers/dma/dma-api.c
View file @
c39b9fd7
...
@@ -348,7 +348,7 @@ static const struct file_operations dma_proc_fops = {
...
@@ -348,7 +348,7 @@ static const struct file_operations dma_proc_fops = {
.
open
=
dma_proc_open
,
.
open
=
dma_proc_open
,
.
read
=
seq_read
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
};
int
register_dmac
(
struct
dma_info
*
info
)
int
register_dmac
(
struct
dma_info
*
info
)
...
...
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