Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114875
b: refs/heads/master
c: 232fb69
h: refs/heads/master
i:
  114873: e13fc8a
  114871: 51f02e7
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Oct 16, 2008
1 parent d5764b4 commit e5f9595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b53cde3557b8f97e6a635782875d442551a89bf1
refs/heads/master: 232fb69a53a5ec3f22a8104d447abe4806848a8f
4 changes: 2 additions & 2 deletions trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5f9595

Please sign in to comment.