From e5f95957f39f8b5e5c61a2c887765aa602db73ee Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Wed, 15 Oct 2008 22:03:57 -0700 Subject: [PATCH] --- yaml --- r: 114875 b: refs/heads/master c: 232fb69a53a5ec3f22a8104d447abe4806848a8f h: refs/heads/master i: 114873: e13fc8a6c936b372683fd1de36bead498fa330e1 114871: 51f02e77459ada159f32e0a38b5ad6258e360d42 v: v3 --- [refs] | 2 +- trunk/drivers/video/console/fbcon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 716a97602aea..81c9030dc1cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b53cde3557b8f97e6a635782875d442551a89bf1 +refs/heads/master: 232fb69a53a5ec3f22a8104d447abe4806848a8f diff --git a/trunk/drivers/video/console/fbcon.c b/trunk/drivers/video/console/fbcon.c index da91bb16da8a..93a080e827cc 100644 --- a/trunk/drivers/video/console/fbcon.c +++ b/trunk/drivers/video/console/fbcon.c @@ -2977,8 +2977,8 @@ static void fbcon_set_all_vcs(struct fb_info *info) p = &fb_display[vc->vc_num]; set_blitting_type(vc, info); var_to_display(p, &info->var, info); - cols = FBCON_SWAP(p->rotate, info->var.xres, info->var.yres); - rows = FBCON_SWAP(p->rotate, info->var.yres, info->var.xres); + cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); + rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); cols /= vc->vc_font.width; rows /= vc->vc_font.height; vc_resize(vc, cols, rows);