diff --git a/[refs] b/[refs] index f4a94fddd93c..ed237862bfab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abffa7da99b78caaf81a2f519bf9cbd1e8dcbc1d +refs/heads/master: bd3bfeb58aeddb660dc600ded2fa9243e0c2d12b diff --git a/trunk/fs/jffs/intrep.c b/trunk/fs/jffs/intrep.c index b2e95421d932..ce7b54b0b2b7 100644 --- a/trunk/fs/jffs/intrep.c +++ b/trunk/fs/jffs/intrep.c @@ -1965,7 +1965,7 @@ jffs_write_node(struct jffs_control *c, struct jffs_node *node, 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 =