diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-09 15:14:12 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-09 15:14:12 +0000 |
commit | 15c4fa696ff00442cd4c584afec6aa131515ac66 (patch) | |
tree | 44cedae3a44fccd2d4bb91d82aa0fbcd55fa513c | |
parent | 64324927fbaaa32da5ee7d1327cd44b191dcdffe (diff) | |
download | master-187ad058-15c4fa696ff00442cd4c584afec6aa131515ac66.tar.gz master-187ad058-15c4fa696ff00442cd4c584afec6aa131515ac66.tar.bz2 master-187ad058-15c4fa696ff00442cd4c584afec6aa131515ac66.zip |
generic-2.6: update patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21735 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch | 2 |
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; + } |