Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec70a943 authored by David Miller's avatar David Miller Committed by Paul Mundt
Browse files

arkfb: Don't clobber par->state.vgabase during open method.

parent ed3eb4c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;