]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: qcom: fix config error for BCH
authorAbhishek Sahu <absahu@codeaurora.org>
Thu, 3 Aug 2017 15:56:39 +0000 (17:56 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 23 Aug 2017 14:49:14 +0000 (16:49 +0200)
commit968a1167ad54a38b1c9dd0e781e17c27d95c3045
tree0b494a85af1cb8e25880339a765b605d2a70d85c
parentc039fceffee37a19a06eb2fcbc9cebaf9d9773ba
mtd: nand: qcom: fix config error for BCH

The configuration for BCH is not correct in the current driver.
The ECC_CFG_ECC_DISABLE bit defines whether to enable or disable the
BCH ECC in which

0x1 : BCH_DISABLED
0x0 : BCH_ENABLED

But currently host->bch_enabled is being assigned to BCH_DISABLED.

Fixes: f0c67ab07eb48 ("mtd: nand: Qualcomm NAND controller driver")
Cc: stable@vger.kernel.org
Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/qcom_nandc.c