[PATCH] fbcon: Use helper function when filling out var structure
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 7 Nov 2005 09:00:37 +0000 (01:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:51 +0000 (07:53 -0800)
commit3084a895c2a963cb9b32271061c832977ff7293c
tree03c0650a9d3498f9c2a34b7b2db044ee062de05e
parent4d9c5b6eb42d9e235003dd4531b44462a77131ea
[PATCH] fbcon: Use helper function when filling out var structure

Instead of manually filling up the fields in struct fb_var_screeninfo, use the
display_to_var() helper.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon.c