commit | ba0251fe87ea560eb377917e06ba0b5b9ab89094 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Sat May 27 01:02:13 2006 +0200 |
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Sat May 27 01:02:13 2006 +0200 |
tree | 9f01452bb883ddcbd2ef1047638f9aeefeb4c89f | |
parent | cca3b837bbb4c984165f9f9c7c06846bc0425791 [diff] |
[MTD] NAND Consolidate references and add back default name setting We have a type pointer. Make use of it instead of the error prone nand_ids[i] reference. The NAND driver used to set default name settings from the chip ID string for the device. The feature got lost during the rework. Add it back. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>