mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
vt8623fb: Don't clobber par->state.vgabase during open method.
Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
3ff259f2ed
commit
0144a2568c
1 changed files with 3 additions and 0 deletions
|
@ -292,7 +292,10 @@ static int vt8623fb_open(struct fb_info *info, int user)
|
|||
|
||||
mutex_lock(&(par->open_lock));
|
||||
if (par->ref_count == 0) {
|
||||
void __iomem *vgabase = par->state.vgabase;
|
||||
|
||||
memset(&(par->state), 0, sizeof(struct vgastate));
|
||||
par->state.vgabase = vgabase;
|
||||
par->state.flags = VGA_SAVE_MODE | VGA_SAVE_FONTS | VGA_SAVE_CMAP;
|
||||
par->state.num_crtc = 0xA2;
|
||||
par->state.num_seq = 0x50;
|
||||
|
|
Loading…
Reference in a new issue