projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39b9fd
)
ds1620: single_open() leak
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:11:29 +0000
(
00:11
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:11:29 +0000
(
00:11
-0400)
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/char/ds1620.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/ds1620.c
b/drivers/char/ds1620.c
index 544b4ce617f8910ed443692589935894f2fe0969..0fae5296e311cc819fc071356c77c07d8de74d93 100644
(file)
--- 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 = s
eq
_release,
+ .release = s
ingle
_release,
};
#endif