Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c39b9fd7 authored by Al Viro's avatar Al Viro
Browse files

sh: single_open() leaks



Cc: vger.kernel.org
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 46d4c0ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ static const struct file_operations dma_proc_fops = {
	.open		= dma_proc_open,
	.read		= seq_read,
	.llseek		= seq_lseek,
	.release	= seq_release,
	.release	= single_release,
};

int register_dmac(struct dma_info *info)