ar71xx: remove buffer verification reference from rb4xx_nand.c
It is a dead code. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34276
This commit is contained in:
parent
674b91ce0e
commit
46a3b818b9
1 changed files with 0 additions and 3 deletions
|
@ -215,9 +215,6 @@ static int __devinit 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;
|
||||
#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