From: Felix Oxley Date: Fri, 3 Feb 2006 11:04:15 +0000 (-0800) Subject: [PATCH] fs/jffs/intrep.c: 255 is unsigned char X-Git-Tag: v3.12-rc1~38723 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd3bfeb58aeddb660dc600ded2fa9243e0c2d12b;p=kernel%2Fkernel-generic.git [PATCH] fs/jffs/intrep.c: 255 is unsigned char Signed-off-by: Felix Oxley Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/jffs/intrep.c b/fs/jffs/intrep.c index b2e9542..ce7b54b 100644 --- a/fs/jffs/intrep.c +++ b/fs/jffs/intrep.c @@ -1965,7 +1965,7 @@ retry: iovec_cnt++; if (JFFS_GET_PAD_BYTES(raw_inode->nsize)) { - static char allff[3]={255,255,255}; + static unsigned char allff[3]={255,255,255}; /* Add some extra padding if necessary */ node_iovec[iovec_cnt].iov_base = allff; node_iovec[iovec_cnt].iov_len =