提交 2ee41fa0 编写于 作者: B Brian Norris

nand: docg4: use nand_base's default BBT scan

There's no point in the low level driver doing the work that nand_base
already is doing; just let nand_base set the default BBT scanning
function.
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
Acked-by: NMike Dunn <mikedunn@newsguy.com>
上级 a6eaa2ae
...@@ -1239,7 +1239,6 @@ static void __init init_mtd_structs(struct mtd_info *mtd) ...@@ -1239,7 +1239,6 @@ static void __init init_mtd_structs(struct mtd_info *mtd)
nand->block_markbad = docg4_block_markbad; nand->block_markbad = docg4_block_markbad;
nand->read_buf = docg4_read_buf; nand->read_buf = docg4_read_buf;
nand->write_buf = docg4_write_buf16; nand->write_buf = docg4_write_buf16;
nand->scan_bbt = nand_default_bbt;
nand->erase_cmd = docg4_erase_block; nand->erase_cmd = docg4_erase_block;
nand->ecc.read_page = docg4_read_page; nand->ecc.read_page = docg4_read_page;
nand->ecc.write_page = docg4_write_page; nand->ecc.write_page = docg4_write_page;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册