1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 03:41:06 +03:00

ar71xx: drivers/rb4xx_nand: remove C++ comment usage

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23980 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-11-12 18:51:55 +00:00
parent c0734b8ffe
commit b0acc8feff

View 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;