sisfb: fix regression with uninitalized fb_info->mm_lock mutex
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Mon, 6 Jul 2009 19:11:24 +0000 (21:11 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Jul 2009 20:44:37 +0000 (13:44 -0700)
commitcbad1cbb51d92c0b5c3f47ef9dbf125de81fae08
treeb711e0873325f5935e259a8e3796c22a6f618956
parent8e4a718ff38d8539938ec3421935904c27e00c39
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>
drivers/video/sis/sis_main.c