patch-2.3.15 linux/drivers/video/offb.c
Next file: linux/drivers/video/platinumfb.c
Previous file: linux/drivers/video/modedb.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/offb.c
-  Orig date: 
Sat Aug 14 22:27:41 1999
diff -u --recursive --new-file v2.3.14/linux/drivers/video/offb.c linux/drivers/video/offb.c
@@ -533,7 +533,7 @@
     var->yres = var->yres_virtual = height;
     fix->line_length = pitch;
 
-    fix->smem_start = (char *)address;
+    fix->smem_start = address;
     fix->smem_len = pitch * height;
     fix->type = FB_TYPE_PACKED_PIXELS;
     fix->type_aux = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)