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

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

cris: single_open() leaks



Cc: stable@vger.kernel.org
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b11ac20e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -644,7 +644,7 @@ static const struct file_operations proc_fasttimer_fops = {
	.open		= proc_fasttimer_open,
	.read		= seq_read,
	.llseek		= seq_lseek,
	.release	= seq_release,
	.release	= single_release,
};
#endif /* PROC_FS */

+1 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ static const struct file_operations proc_fasttimer_fops = {
	.open		= proc_fasttimer_open,
	.read		= seq_read,
	.llseek		= seq_lseek,
	.release	= seq_release,
	.release	= single_release,
};

#endif /* PROC_FS */