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:
f42787d
)
h8300: single_open() leaks
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:08:26 +0000
(
00:08
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:08:26 +0000
(
00:08
-0400)
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/h8300/kernel/gpio.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/h8300/kernel/gpio.c
b/arch/h8300/kernel/gpio.c
index b02c752cd3265996cb1bf878174cf3d8f5138255..084bfd0c107e98d753168b50beeb0ddbdcfdafc2 100644
(file)
--- a/
arch/h8300/kernel/gpio.c
+++ b/
arch/h8300/kernel/gpio.c
@@
-161,7
+161,7
@@
static const struct file_operations gpio_proc_fops = {
.open = gpio_proc_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = s
eq
_release,
+ .release = s
ingle
_release,
};
static __init int register_proc(void)