commit | d7272e5bd9ead4389849db9749b8c4dabd459dd1 | [log] [tgz] |
---|---|---|
author | Krzysztof Helt <krzysztof.h1@wp.pl> | Tue Jul 07 22:06:48 2009 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 08 09:19:49 2009 -0700 |
tree | c6ab8bf22323aff457d484260bd35849312dc34f | |
parent | f1b9c339bf30c90114b7c8f285d25e67c7080f90 [diff] |
matroxfb: fix regression with uninitalized fb_info->mm_lock mutex Remove redundant call to the matroxfb_update_fix() before matrox 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>