projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7a26b
)
cirrusfb: remove information about memory size during mode change
author
Krzysztof Helt
<
[email protected]
>
Thu, 16 Oct 2008 05:03:36 +0000
(22:03 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 16 Oct 2008 18:21:43 +0000
(11:21 -0700)
Remove information about memory size displayed twice each time a display
mode change.
Signed-off-by: Krzysztof Helt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/cirrusfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/cirrusfb.c
b/drivers/video/cirrusfb.c
index e729fb279645dd34f634be1fb0ddaea60396a7bb..09f42145a5dbf3a9945a5425acfca20fd48ae337 100644
(file)
--- a/
drivers/video/cirrusfb.c
+++ b/
drivers/video/cirrusfb.c
@@
-1949,8
+1949,6
@@
static void init_vgachip(struct fb_info *info)
/* misc... */
WHDR(cinfo, 0); /* Hidden DAC register: - */
- printk(KERN_DEBUG "cirrusfb: This board has %ld bytes of DRAM memory\n",
- info->screen_size);
DPRINTK("EXIT\n");
return;
}