generic-2.6: update patches-2.6.35/080-mtd_plat_nand_chip_fixup.patch

SVN-Revision: 21735
master
Alexandros C. Couloumbis 14 years ago
parent d45dc5e820
commit 3e5f4450b5
  1. 2
      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;
+ }

Loading…
Cancel
Save