On Thu, 2022-07-28 at 07:12:12 UTC, Dan Carpenter wrote: > The meson_nfc_ecc_correct() function accidentally does a right shift > instead of a left shift so it only works for BIT(0). Also use > BIT_ULL() because "correct_bitmap" is a u64 and we want to avoid > shift wrapping bugs. > > Fixes: 8fae856c5350 ("mtd: rawnand: meson: add support for Amlogic NAND flash controller") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Acked-by: Liang Yang <liang.yang@xxxxxxxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel