Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@free-electrons.com>
Acked-by: Huang Shijie <shijie.huang@intel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

authored by

Boris BREZILLON and committed by
Brian Norris
c9673609 41bed23b

-8
-8
drivers/mtd/nand/gpmi-nand/gpmi-nand.c
··· 1294 1294 * ecc.read_page or ecc.read_page_raw function. Thus, the fact that MTD wants an 1295 1295 * ECC-based or raw view of the page is implicit in which function it calls 1296 1296 * (there is a similar pair of ECC-based/raw functions for writing). 1297 - * 1298 - * FIXME: The following paragraph is incorrect, now that there exist 1299 - * ecc.read_oob_raw and ecc.write_oob_raw functions. 1300 - * 1301 - * Since MTD assumes the OOB is not covered by ECC, there is no pair of 1302 - * ECC-based/raw functions for reading or or writing the OOB. The fact that the 1303 - * caller wants an ECC-based or raw view of the page is not propagated down to 1304 - * this driver. 1305 1297 */ 1306 1298 static int gpmi_ecc_read_oob(struct mtd_info *mtd, struct nand_chip *chip, 1307 1299 int page)