patch-2.3.49 linux/drivers/video/vesafb.c
Next file: linux/fs/affs/inode.c
Previous file: linux/drivers/video/rivafb.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Feb 28 07:16:55 2000
- Orig file:
v2.3.48/linux/drivers/video/vesafb.c
- Orig date:
Thu Jan 6 12:57:48 2000
diff -u --recursive --new-file v2.3.48/linux/drivers/video/vesafb.c linux/drivers/video/vesafb.c
@@ -550,7 +550,7 @@
video_vbase = ioremap(video_base, video_size);
- printk(KERN_INFO "vesafb: framebuffer at 0x%lu, mapped to 0x%p, size %dk\n",
+ printk(KERN_INFO "vesafb: framebuffer at 0x%lx, mapped to 0x%p, size %dk\n",
video_base, video_vbase, video_size/1024);
printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
video_width, video_height, video_bpp, video_linelength, screen_info.pages);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)