From: Helge Deller Date: Tue, 13 Jan 2009 19:54:25 +0000 (+0100) Subject: parisc: remove unused local out_putf label X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ddd1f6c66dd964c106377f2be37b318794f112f4;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git parisc: remove unused local out_putf label Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- 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;