ar71xx: drivers/rb4xx_nand: remove C++ comment usage
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23980
This commit is contained in:
parent
f4d5c885e4
commit
fddf3b8dac
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue