Skip to content

Commit

Permalink
parisc: single_open() leaks
Browse files Browse the repository at this point in the history
Cc: [email protected]
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed May 5, 2013
1 parent acf300d commit 46d4c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/pdc_chassis.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static const struct file_operations pdc_chassis_warn_fops = {
.open = pdc_chassis_warn_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = single_release,
};

static int __init pdc_chassis_create_procfs(void)
Expand Down

0 comments on commit 46d4c0f

Please sign in to comment.