From 09e05d833df83203f92e3b22ff892af9aeeb8576 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 22 Aug 2010 13:26:06 +0000 Subject: kernel: update kernel version to 2.6.34.5 SVN-Revision: 22759 --- .../linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch') diff --git a/target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch b/target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch index 16ce76ce8c..40cd42174f 100644 --- a/target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch +++ b/target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch @@ -14,8 +14,8 @@ } /* Scan to find existance of the device */ -- if (nand_scan(&data->mtd, 1)) { -+ if (nand_scan_ident(&data->mtd, 1)) { +- if (nand_scan(&data->mtd, pdata->chip.nr_chips)) { ++ if (nand_scan_ident(&data->mtd, pdata->chip.nr_chips)) { + res = -ENXIO; + goto out; + } -- cgit v1.2.3