summaryrefslogtreecommitdiffstats
path: root/arch/parisc/hpux
diff options
context:
space:
mode:
authorHelge Deller2009-01-13 20:54:25 +0100
committerKyle McMartin2009-03-13 06:17:59 +0100
commitddd1f6c66dd964c106377f2be37b318794f112f4 (patch)
tree549906d05adf4bfa70185e9d05370a2765edf273 /arch/parisc/hpux
parentparisc: fix `struct pt_regs' declared inside parameter list warning (diff)
downloadkernel-qcow2-linux-ddd1f6c66dd964c106377f2be37b318794f112f4.tar.gz
kernel-qcow2-linux-ddd1f6c66dd964c106377f2be37b318794f112f4.tar.xz
kernel-qcow2-linux-ddd1f6c66dd964c106377f2be37b318794f112f4.zip
parisc: remove unused local out_putf label
Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/hpux')
-rw-r--r--arch/parisc/hpux/fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/hpux/fs.c b/arch/parisc/hpux/fs.c
index bd9a4db3bd4c..5cbe9f9e5d9e 100644
--- a/arch/parisc/hpux/fs.c
+++ b/arch/parisc/hpux/fs.c
@@ -137,7 +137,6 @@ int hpux_getdents(unsigned int fd, struct hpux_dirent __user *dirent, unsigned i
error = count - buf.count;
}
-out_putf:
fput(file);
out:
return error;