From: Paul Mundt Date: Sun, 5 Jul 2009 15:25:57 +0000 (+0900) Subject: fb: Initialize fb_info mutexes in framebuffer_alloc() X-Git-Tag: v2.6.31-rc3~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4148df9b0f38bdd362dd91d52076926c11cbe5a9;p=pandora-kernel.git fb: Initialize fb_info mutexes in framebuffer_alloc() This way they'll be properly initialized early enough for users that may touch them before the framebuffer has been registered. Drivers that allocate their fb_info structure some other way (like matrocfb's broken static allocation) need to be fixed up appropriately. Signed-off-by: Paul Mundt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed