Re: [PATCH v3 06/40] mtd: rawnand: Use the new ECC engine type enumeration
From: Boris Brezillon <boris.brezillon@collabora.com>
Date: 2019-10-12 09:17:53
From: Boris Brezillon <boris.brezillon@collabora.com>
Date: 2019-10-12 09:17:53
On Thu, 19 Sep 2019 21:31:06 +0200 Miquel Raynal [off-list ref] wrote:
diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index 23feab162bc2..08964ce8b65f 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h@@ -381,7 +381,7 @@ static const struct nand_ecc_caps __name = { \ * @write_oob: function to write chip OOB data */ struct nand_ecc_ctrl { - enum nand_ecc_mode mode; + enum nand_ecc_engine_type mode;
This one in particular (the driver ones are not so important I guess). s/mode/engine_type/ ?
enum nand_ecc_engine_oob_placement placement; enum nand_ecc_algo algo; int steps;
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel