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:
2e7718c
)
input: single_open() leak
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:12:56 +0000
(
00:12
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:12:56 +0000
(
00:12
-0400)
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/input/misc/hp_sdc_rtc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/misc/hp_sdc_rtc.c
b/drivers/input/misc/hp_sdc_rtc.c
index 770479df865742a3c0d2beaa58291945f6501868..86b822806e95b504f9f4b23303365cff0d6b6a1d 100644
(file)
--- a/
drivers/input/misc/hp_sdc_rtc.c
+++ b/
drivers/input/misc/hp_sdc_rtc.c
@@
-515,7
+515,7
@@
static const struct file_operations hp_sdc_rtc_proc_fops = {
.open = hp_sdc_rtc_proc_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = s
eq
_release,
+ .release = s
ingle
_release,
};
static int hp_sdc_rtc_ioctl(struct file *file,