mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-15 19:18:02 +00:00
sh: single_open() leaks
Cc: vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
46d4c0ff24
commit
c39b9fd728
1 changed files with 1 additions and 1 deletions
|
@ -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 = seq_release,
|
.release = single_release,
|
||||||
};
|
};
|
||||||
|
|
||||||
int register_dmac(struct dma_info *info)
|
int register_dmac(struct dma_info *info)
|
||||||
|
|
Loading…
Add table
Reference in a new issue