From: Thomas Gleixner Date: Thu, 25 May 2006 07:45:29 +0000 (+0200) Subject: [MTD] NAND Initialize controller lock and wq only once X-Git-Tag: v2.6.18-rc1~1105^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04bbd0eafb0c733c6c7f5d63c5098c615fe0685a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed