commit | cbad1cbb51d92c0b5c3f47ef9dbf125de81fae08 | [log] [tgz] |
---|---|---|
author | Krzysztof Helt <krzysztof.h1@wp.pl> | Mon Jul 06 21:11:24 2009 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 06 13:44:37 2009 -0700 |
tree | b711e0873325f5935e259a8e3796c22a6f618956 | |
parent | 8e4a718ff38d8539938ec3421935904c27e00c39 [diff] |
sisfb: fix regression with uninitalized fb_info->mm_lock mutex Remove redundant call to the sisfb_get_fix() before sis 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> Tested-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>