Re: [PATCH v3 20/40] mtd: rawnand: Get rid of chip->ecc.priv
From: Maxime Ripard <mripard@kernel.org> Date: 2019-09-20 06:18:57
On Thu, Sep 19, 2019 at 09:31:20PM +0200, Miquel Raynal wrote:
nand_ecc_ctrl embeds a private pointer which only has a meaning in the
sunxi driver. This structure will soon be deprecated, but as this
field is actually not needed, let's just drop it.
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Chen-Yu Tsai <redacted>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Thanks!
Maxime