commit | 4148df9b0f38bdd362dd91d52076926c11cbe5a9 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jul 06 00:25:57 2009 +0900 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 06 14:02:50 2009 -0700 |
tree | a3f119761bbadfc37d0544420263f9272f5209c8 | |
parent | 793285fcafce4719a05e0c99fa74b188157fe7fe [diff] |
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 <lethal@linux-sh.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>