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

Commit e703ecc3 authored by Jan Beulich's avatar Jan Beulich Committed by Linus Torvalds
Browse files

[PATCH] minor fbcon_scroll adjustment



An adjustment to the SM_DOWN case of fbcon_scroll to match the behavior of
SM_UP.

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Cc: "Antonino A. Daplas" <adaplas@hotpop.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 93352f5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1687,6 +1687,8 @@ static int fbcon_scroll(struct vc_data *vc, int t, int b, int dir,
	case SM_DOWN:
	case SM_DOWN:
		if (count > vc->vc_rows)	/* Maximum realistic size */
		if (count > vc->vc_rows)	/* Maximum realistic size */
			count = vc->vc_rows;
			count = vc->vc_rows;
		if (logo_shown >= 0)
			goto redraw_down;
		switch (p->scrollmode) {
		switch (p->scrollmode) {
		case SCROLL_MOVE:
		case SCROLL_MOVE:
			ops->bmove(vc, info, t, 0, t + count, 0,
			ops->bmove(vc, info, t, 0, t + count, 0,