linux/drivers/mtd/onenand
Sheng Yongjie (Sam 978cb38a29 [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) <samsheng@trident.com.cn>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2008-01-29 17:13:24 +09:00
..
Kconfig [MTD] OneNAND Simulator support 2007-06-30 08:25:45 +01:00
Makefile [MTD] OneNAND Simulator support 2007-06-30 08:25:45 +01:00
generic.c Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6 2006-11-29 00:03:10 +00:00
onenand_base.c [MTD] [OneNAND] Use the u_char instead of char in oobbuf 2008-01-29 17:13:24 +09:00
onenand_bbt.c [MTD] OneNAND: Error message printing and bad block scan erros 2007-02-07 12:15:01 +09:00
onenand_sim.c [MTD] [OneNAND] Fix wrong free the static address in onenand_sim 2007-10-22 09:57:28 +01:00