Loading fs/jffs2/scan.c +9 −11 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) #ifndef __ECOS size_t pointlen, try_size; if (c->mtd->point) { ret = mtd_point(c->mtd, 0, c->mtd->size, &pointlen, (void **)&flashbuf, NULL); if (!ret && pointlen < c->mtd->size) { Loading @@ -107,7 +106,6 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) } if (ret && ret != -EOPNOTSUPP) D1(printk(KERN_DEBUG "MTD point failed %d\n", ret)); } #endif if (!flashbuf) { /* For NAND it's quicker to read a whole eraseblock at a time, Loading Loading
fs/jffs2/scan.c +9 −11 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) #ifndef __ECOS size_t pointlen, try_size; if (c->mtd->point) { ret = mtd_point(c->mtd, 0, c->mtd->size, &pointlen, (void **)&flashbuf, NULL); if (!ret && pointlen < c->mtd->size) { Loading @@ -107,7 +106,6 @@ int jffs2_scan_medium(struct jffs2_sb_info *c) } if (ret && ret != -EOPNOTSUPP) D1(printk(KERN_DEBUG "MTD point failed %d\n", ret)); } #endif if (!flashbuf) { /* For NAND it's quicker to read a whole eraseblock at a time, Loading