Browse Source

parisc: remove unused local out_putf label

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Helge Deller 16 năm trước cách đây
mục cha
commit
ddd1f6c66d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      arch/parisc/hpux/fs.c

+ 0 - 1
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;