[PATCH] Fix several gcc4 signedness warnings
authorMika Kukkonen <mikukkon@miku.homelinux.net>
Tue, 21 Jun 2005 20:04:33 +0000 (23:04 +0300)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 20:30:55 +0000 (13:30 -0700)
Here is a patch that fixes several gcc4 warnings about different signedness,
all between char and unsigned char. I tried to keep the patch minimal
so resertod to casts in three places.

Signed-off-by: Mika Kukkonen <mikukkon@iki.fi>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found