-
由 Zhaoxiu Zeng 提交于
If there is only one bit difference in the ECC, the function should return 1. The result of "diff0 & ~(1<<fls(diff0))" is equal to diff0, so the function actually returns -1. Signed-off-by: NZhaoxiu Zeng <zhaoxiu.zeng@gmail.com> Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
03a97550