[package] add missing dma_dev member to struct ssb_device to make b43/b43legacy compi...
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.35 / 080-mtd_plat_nand_chip_fixup.patch
index 16ce76c..6ea82d9 100644 (file)
@@ -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;
 +      }
This page took 0.020716 seconds and 4 git commands to generate.