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

Commit 04a2fe57 authored by Antonino A. Daplas's avatar Antonino A. Daplas Committed by Linus Torvalds
Browse files

[PATCH] fbcon: Store struct display when setting all vcs



Store struct display when setting all vc's.  Otherwise, fbcon's behavior
becomes undefined, such as malpositioning of the cursor.

Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2610acc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2803,6 +2803,8 @@ static void fbcon_set_all_vcs(struct fb_info *info)
				fbcon_update_softback(vc);
		}
	}

	ops->p = &fb_display[ops->currcon];
}

static int fbcon_mode_deleted(struct fb_info *info,