kernel: update kernel version to 2.6.34.5
[openwrt.git] / target / linux / generic / patches-2.6.34 / 080-mtd_plat_nand_chip_fixup.patch
index 16ce76c..40cd421 100644 (file)
@@ -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;
 +      }
This page took 0.023077 seconds and 4 git commands to generate.