ar71xx: drivers/rb4xx_nand: remove C++ comment usage
authorGabor Juhos <juhosg@openwrt.org>
Fri, 12 Nov 2010 18:51:55 +0000 (18:51 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 12 Nov 2010 18:51:55 +0000 (18:51 +0000)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23980

target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c

index 17920e9f425a0db03ed2e14862b6c3e5ff9456f6..185bef04dfee963aed5cfcd48e05a37b7869ec79 100644 (file)
@@ -210,7 +210,9 @@ static int __init rb4xx_nand_probe(struct platform_device *pdev)
        info->chip.read_byte    = rb4xx_nand_read_byte;
        info->chip.write_buf    = rb4xx_nand_write_buf;
        info->chip.read_buf     = rb4xx_nand_read_buf;
-//     info->chip.verify_buf   = rb4xx_nand_verify_buf;
+#if 0
+       info->chip.verify_buf   = rb4xx_nand_verify_buf;
+#endif
 
        info->chip.chip_delay   = 25;
        info->chip.ecc.mode     = NAND_ECC_SOFT;