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

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)