Commit a8c1dc9d authored by Miquel Raynal's avatar Miquel Raynal
Browse files

mtd: spinand: Remove outdated comment

parent 868cbe2a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1152,10 +1152,6 @@ static int spinand_init(struct spinand_device *spinand)
	if (ret)
		goto err_cleanup_nanddev;

	/*
	 * Right now, we don't support ECC, so let the whole oob
	 * area available for the user.
	 */
	mtd->_read_oob = spinand_mtd_read;
	mtd->_write_oob = spinand_mtd_write;
	mtd->_block_isbad = spinand_mtd_block_isbad;