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

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

h8300: single_open() leaks



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

static __init int register_proc(void)