commit | 06ed24e5773346eb13579a4ae9599502bc78e4f7 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat Oct 06 14:44:12 2007 -0400 |
committer | David Woodhouse <dwmw2@infradead.org> | Sat Oct 06 14:44:12 2007 -0400 |
tree | cf935fed19b9542c5cb45de68822141d8dd20197 | |
parent | 39fd179a7bfca026a269724a1f4ee5eb3f10419a [diff] |
[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>