diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-10-16 01:03:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 14:21:43 -0400 |
commit | 786e463e7fcd4ad26fede828f22033584563584a (patch) | |
tree | 2163f1007f9724328e47f455f8913e624144ee69 | |
parent | 3f7a26b4b9768fe31597d1af35106aa512dc3742 (diff) |
cirrusfb: remove information about memory size during mode change
Remove information about memory size displayed twice each time a display
mode change.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/video/cirrusfb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index e729fb279645..09f42145a5db 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c | |||
@@ -1949,8 +1949,6 @@ static void init_vgachip(struct fb_info *info) | |||
1949 | /* misc... */ | 1949 | /* misc... */ |
1950 | WHDR(cinfo, 0); /* Hidden DAC register: - */ | 1950 | WHDR(cinfo, 0); /* Hidden DAC register: - */ |
1951 | 1951 | ||
1952 | printk(KERN_DEBUG "cirrusfb: This board has %ld bytes of DRAM memory\n", | ||
1953 | info->screen_size); | ||
1954 | DPRINTK("EXIT\n"); | 1952 | DPRINTK("EXIT\n"); |
1955 | return; | 1953 | return; |
1956 | } | 1954 | } |