Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6

此提交包含在:
David Woodhouse
2006-11-29 00:03:10 +00:00
當前提交 103e40f633
共有 5 個檔案被更改,包括 174 行新增22 行删除

查看文件

@@ -100,6 +100,7 @@ static int create_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr
bbm->bbt[i >> 3] |= 0x03 << (i & 0x6);
printk(KERN_WARNING "Bad eraseblock %d at 0x%08x\n",
i >> 1, (unsigned int) from);
mtd->ecc_stats.badblocks++;
break;
}
}