commit | feaa61e49b126c2206051a234b8f14ccc75b9f61 | [log] [tgz] |
---|---|---|
author | Krzysztof Helt <krzysztof.h1@wp.pl> | Tue Jul 07 19:15:16 2009 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 08 09:19:49 2009 -0700 |
tree | f1b02b85d08b5b60a0278a6711a1ed1d14cd7c5c | |
parent | 0c8ddf7f8bf770cf49086af85078c4660d387c55 [diff] |
atafb: fix regression with uninitalized fb_info->mm_lock mutex Remove redundant locking of the fb_info->mm_lock mutex before the frambuffer is registered. This fixes a problem with uninitialized the fb_info->mm_lock mutex introduced by the commit 537a1bf059f " fbdev: add mutex for fb_mmap locking" Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>