patch-2.3.15 linux/drivers/video/valkyriefb.c
Next file: linux/drivers/video/vesafb.c
Previous file: linux/drivers/video/tgafb.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Aug 19 11:01:00 1999
-  Orig file: 
v2.3.14/linux/drivers/video/valkyriefb.c
-  Orig date: 
Thu Aug 12 10:22:33 1999
diff -u --recursive --new-file v2.3.14/linux/drivers/video/valkyriefb.c linux/drivers/video/valkyriefb.c
@@ -783,7 +783,7 @@
 	struct fb_fix_screeninfo *fix,
 	struct fb_info_valkyrie *p)
 {
-	fix->smem_start = (void *)(p->frame_buffer_phys + 0x1000);
+	fix->smem_start = p->frame_buffer_phys + 0x1000;
 #if 1
 	fix->smem_len = valkyrie_vram_reqd(par->vmode, par->cmode);
 #else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)