commit: 7485e16c52c269a1676c017c3e6cd84484037977
From: Al Viro <[email protected]>
Date: Sun, 5 May 2013 00:11:29 -0400
Subject: ds1620: single_open() leak

Cc: [email protected]
Signed-off-by: Al Viro <[email protected]>
---
 drivers/char/ds1620.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/ds1620.c b/drivers/char/ds1620.c
index 544b4ce..0fae529 100644
--- a/drivers/char/ds1620.c
+++ b/drivers/char/ds1620.c
@@ -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
 
-- 
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to