From: Andrew Morton Date: Thu, 13 Sep 2012 01:01:24 +0000 (+1000) Subject: fs-fat-fix-all-other-checkpatch-issues-in-dirc-fix X-Git-Tag: next-20120918~1^2~44 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7c9a3a25fab567b0a779e50140ef36a0bcb4fa27;p=karo-tx-linux.git fs-fat-fix-all-other-checkpatch-issues-in-dirc-fix Cc: Cruz Julian Bishop Cc: OGAWA Hirofumi Signed-off-by: Andrew Morton --- diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 198b9bca3a59..bca6d0a1255e 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c @@ -224,7 +224,6 @@ fat_short2lower_uni(struct nls_table *t, unsigned char *c, nc = *c; charlen = t->char2uni(&nc, 1, uni); - if (charlen < 0) { *uni = 0x003f; /* a question mark */ charlen = 1;