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

Commit 7485e16c authored by Al Viro's avatar Al Viro
Browse files

ds1620: single_open() leak



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