From: Sheng Yongjie (Sam Date: Thu, 13 Dec 2007 02:47:33 +0000 (+0900) Subject: [MTD] [OneNAND] Use the u_char instead of char in oobbuf X-Git-Tag: v2.6.25-rc1~296^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978cb38a296fceac82a8a757f6387d7ef2a21ac6;p=pandora-kernel.git [MTD] [OneNAND] Use the u_char instead of char in oobbuf In function onenand_verify_oob, local variable oobbuf shall be unsigned char. In the case of a value is >= 0x80, it's unequal in comparing the value in an unsigned char and signed char. Signed-off-by: Sheng Yongjie (Sam) Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed