patch-2.3.41 linux/drivers/video/amifb.c
Next file: linux/drivers/video/bwtwofb.c
Previous file: linux/drivers/video/Config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jan 26 12:45:20 2000
- Orig file:
v2.3.40/linux/drivers/video/amifb.c
- Orig date:
Mon Oct 11 15:38:15 1999
diff -u --recursive --new-file v2.3.40/linux/drivers/video/amifb.c linux/drivers/video/amifb.c
@@ -1939,7 +1939,7 @@
u_long ptr;
size += PAGE_SIZE-1;
- if (!(ptr = (u_long)amiga_chip_alloc(size)))
+ if (!(ptr = (u_long)amiga_chip_alloc(size, "amifb")))
panic("No Chip RAM for frame buffer");
memset((void *)ptr, 0, size);
ptr = PAGE_ALIGN(ptr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)