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

Skip to content
Commit 978cb38a authored by Sheng Yongjie (Sam's avatar Sheng Yongjie (Sam Committed by Kyungmin Park
Browse files

[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: default avatarSheng Yongjie (Sam) <samsheng@trident.com.cn>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent b2581be2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment