git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2581be
)
[MTD] [OneNAND] Use the u_char instead of char in oobbuf
author
Sheng Yongjie (Sam
<samsheng@trident.com.cn>
Thu, 13 Dec 2007 02:47:33 +0000
(11:47 +0900)
committer
Kyungmin Park
<kyungmin.park@samsung.com>
Tue, 29 Jan 2008 08:13:24 +0000
(17:13 +0900)
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>
No differences found