mtd: nand: rename the id field of 'struct nand_flash_dev'
[cascardo/linux.git] / drivers / mtd / devices / doc2001.c
index f692795..00644bb 100644 (file)
@@ -206,7 +206,7 @@ static int DoC_IdentChip(struct DiskOnChip *doc, int floor, int chip)
 
        /* FIXME: to deal with multi-flash on multi-Millennium case more carefully */
        for (i = 0; nand_flash_ids[i].name != NULL; i++) {
-               if ( id == nand_flash_ids[i].id) {
+               if ( id == nand_flash_ids[i].dev_id) {
                        /* Try to identify manufacturer */
                        for (j = 0; nand_manuf_ids[j].id != 0x0; j++) {
                                if (nand_manuf_ids[j].id == mfr)