projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3eb4c
)
arkfb: Don't clobber par->state.vgabase during open method.
author
David Miller
<davem@davemloft.net>
Tue, 11 Jan 2011 23:53:38 +0000
(23:53 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 22 Mar 2011 06:47:38 +0000
(15:47 +0900)
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/arkfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/arkfb.c
b/drivers/video/arkfb.c
index
53c66e8
..
1c69db3
100644
(file)
--- a/
drivers/video/arkfb.c
+++ b/
drivers/video/arkfb.c
@@
-535,7
+535,10
@@
static int arkfb_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 = 0x60;
par->state.num_seq = 0x30;