summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-06-09 15:14:12 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-06-09 15:14:12 +0000
commit3e5f4450b5c330297a2067fead5ff946f3905819 (patch)
treef6c26b33076756c417c261be6976efa82cf43cc8 /target/linux
parentd45dc5e820b5589662236143a68928eaec01e83e (diff)
downloadmaster-31e0f0ae-3e5f4450b5c330297a2067fead5ff946f3905819.tar.gz
master-31e0f0ae-3e5f4450b5c330297a2067fead5ff946f3905819.tar.bz2
master-31e0f0ae-3e5f4450b5c330297a2067fead5ff946f3905819.zip
generic-2.6: update patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch
SVN-Revision: 21735
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic-2.6/patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch b/target/linux/generic-2.6/patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch
index 16ce76ce8c..6ea82d96aa 100644
--- a/target/linux/generic-2.6/patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch
+++ b/target/linux/generic-2.6/patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch
@@ -15,7 +15,7 @@
/* Scan to find existance of the device */
- if (nand_scan(&data->mtd, 1)) {
-+ if (nand_scan_ident(&data->mtd, 1)) {
++ if (nand_scan_ident(&data->mtd, 1, NULL)) {
+ res = -ENXIO;
+ goto out;
+ }