
3 Jan
2011
3 Jan
'11
4:35 p.m.
On Mon, Jan 3, 2011 at 10:06 AM, Lei Wen leiwen@marvell.com wrote:
This patch sync with newest mtd code in Linux on handling nand_scan_ident.
is there any point to the sync ? doesnt seem like anyone is using the new option.
--- a/drivers/mtd/nand/nand_ids.c +++ b/drivers/mtd/nand/nand_ids.c -const struct nand_flash_dev nand_flash_ids[] = { +struct nand_flash_dev nand_flash_ids[] = {
this is wrong -mike