[MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 6 Oct 2007 18:44:12 +0000 (14:44 -0400)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 6 Oct 2007 18:44:12 +0000 (14:44 -0400)
commit06ed24e5773346eb13579a4ae9599502bc78e4f7
treecf935fed19b9542c5cb45de68822141d8dd20197
parent39fd179a7bfca026a269724a1f4ee5eb3f10419a
[MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.

It was only the very early prototypes which made the mistake of using
the same device ident for all three functions on the device -- don't
bother trying to express that in the PCI match table, since the tools
don't cope. We can check in the probe routine instead, just in case.
Also remember to terminate the table.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/cafe_nand.c