summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/ops-pmcmsp.c
diff options
context:
space:
mode:
authorAl Viro2013-05-05 06:09:30 +0200
committerAl Viro2013-05-05 06:10:21 +0200
commitacf300dd8708cb063244bd8b5838ea0cd7e42cc3 (patch)
tree489fb3ba2832af76946a2e75abb53f91bd461439 /arch/mips/pci/ops-pmcmsp.c
parentia64: single_open() leaks (diff)
downloadkernel-qcow2-linux-acf300dd8708cb063244bd8b5838ea0cd7e42cc3.tar.gz
kernel-qcow2-linux-acf300dd8708cb063244bd8b5838ea0cd7e42cc3.tar.xz
kernel-qcow2-linux-acf300dd8708cb063244bd8b5838ea0cd7e42cc3.zip
mips: single_open() leaks
Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/pci/ops-pmcmsp.c')
-rw-r--r--arch/mips/pci/ops-pmcmsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/pci/ops-pmcmsp.c b/arch/mips/pci/ops-pmcmsp.c
index 4eaab6327369..3d27800edba2 100644
--- a/arch/mips/pci/ops-pmcmsp.c
+++ b/arch/mips/pci/ops-pmcmsp.c
@@ -92,7 +92,7 @@ static const struct file_operations msp_pci_rd_cnt_fops = {
.open = msp_pci_rd_cnt_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = seq_release,
+ .release = single_release,
};
/*****************************************************************************
@@ -169,7 +169,7 @@ static const struct file_operations gen_pci_cfg_wr_fops = {
.open = gen_pci_cfg_wr_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = seq_release,
+ .release = single_release,
};
/*****************************************************************************