mtd: nand: gpmi: remove deprecated comment
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Feb 16 18:59:02 PST 2015
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c96736092464cd653a7cada7f4e3ca1df656a760
Commit: c96736092464cd653a7cada7f4e3ca1df656a760
Parent: 41bed23b78bf79ee68dbdff88c0461271a61f893
Author: Boris BREZILLON <boris.brezillon at free-electrons.com>
AuthorDate: Tue Dec 2 19:37:09 2014 +0100
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Dec 22 12:58:24 2014 -0800
mtd: nand: gpmi: remove deprecated comment
Now that we have raw functions properly implemented we can remove this
FIXME.
Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
Acked-by: Huang Shijie <shijie.huang at intel.com>
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
index f33e664..33f3c3c 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
@@ -1294,14 +1294,6 @@ exit_auxiliary:
* ecc.read_page or ecc.read_page_raw function. Thus, the fact that MTD wants an
* ECC-based or raw view of the page is implicit in which function it calls
* (there is a similar pair of ECC-based/raw functions for writing).
- *
- * FIXME: The following paragraph is incorrect, now that there exist
- * ecc.read_oob_raw and ecc.write_oob_raw functions.
- *
- * Since MTD assumes the OOB is not covered by ECC, there is no pair of
- * ECC-based/raw functions for reading or or writing the OOB. The fact that the
- * caller wants an ECC-based or raw view of the page is not propagated down to
- * this driver.
*/
static int gpmi_ecc_read_oob(struct mtd_info *mtd, struct nand_chip *chip,
int page)
More information about the linux-mtd-cvs
mailing list