Re: [PATCH] mtd: rawnand: gpmi: fix dst bit offset when extracting raw payload

From: Miquel Raynal
Date: Mon Jan 04 2021 - 05:36:44 EST


On Mon, 2020-12-21 at 10:00:13 UTC, Sean Nyekjaer wrote:
> Re-add the multiply by 8 to "step * eccsize" to correct the destination bit offset
> when extracting the data payload in gpmi_ecc_read_page_raw().
>
> Fixes: e5e5631cc889 ("mtd: rawnand: gpmi: Use nand_extract_bits()")
> Cc: stable@xxxxxxxxxxxxxxx
> Reported-by: Martin Hundebøll <martin@xxxxxxxxxx>
> Signed-off-by: Sean Nyekjaer <sean@xxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel