commit | 04bbd0eafb0c733c6c7f5d63c5098c615fe0685a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Thu May 25 09:45:29 2006 +0200 |
committer | David Woodhouse <dwmw2@infradead.org> | Thu May 25 12:45:26 2006 +0100 |
tree | e4bf0095d7a46912d13a1508ba9acd6e39fa3733 | |
parent | 8b9e9fe8c6ee354aa75dc5a33e1575b21aa52084 [diff] |
[MTD] NAND Initialize controller lock and wq only once The lock simplifying patch did not move the lock and waitqueue initialization into the controller allocation patch. This reinitializes waitqueue and spinlocks also for driver supplied controller stuctures. Move it into the allocation path. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>