ar71xx: make rb750_nand driver compatible with 3.7
[openwrt/staging/chunkeey.git] / target / linux / ar71xx / patches-3.3 / a04-rb750_nand-add-NO_AUTOINCR-flag.patch
1 reverted:
2 --- a/drivers/mtd/nand/rb750_nand.c
3 +++ b/drivers/mtd/nand/rb750_nand.c
4 @@ -277,6 +277,7 @@ static int __devinit rb750_nand_probe(st
5
6 info->chip.chip_delay = 25;
7 info->chip.ecc.mode = NAND_ECC_SOFT;
8 + info->chip.options |= NAND_NO_AUTOINCR;
9
10 info->pdata = pdata;
11