Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd3bfeb5 authored by Felix Oxley's avatar Felix Oxley Committed by Linus Torvalds
Browse files

[PATCH] fs/jffs/intrep.c: 255 is unsigned char

parent abffa7da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =