mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engine
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 4 Jan 2021 09:30:57 +0000 (10:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 10:54:50 +0000 (11:54 +0100)
commit48481056537e8bd5e23bd286a6d1a77f34dae88d
tree129899555eb1c4a3d69fcbd3ffba8c9f9fd4ba84
parentdeffd59b81014971a2c9ea1c407659b59c4419d2
mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engine

commit 3c97be6982e689d7b2430187a11f8c78e573abdb upstream.

I have been fooled by the logic picking the right ECC engine which is
spread across two functions: *init_module() and *_attach(). I thought
this driver was not impacted by the recent changes around the ECC
engines DT parsing logic but in fact it is.

Reported-by: kernel test robot <oliver.sang@intel.com>
Fixes: d7157ff49a5b ("mtd: rawnand: Use the ECC framework user input parsing bits")
Cc: stable@vger.kernel.org
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210104093057.31178-1-miquel.raynal@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mtd/nand/raw/nandsim.c