patch-2.3.41 linux/drivers/block/amiflop.c
Next file: linux/drivers/block/buddha.c
Previous file: linux/drivers/block/alim15x3.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Wed Jan 26 12:45:20 2000
-  Orig file: 
v2.3.40/linux/drivers/block/amiflop.c
-  Orig date: 
Tue Jan 11 22:31:39 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/block/amiflop.c linux/drivers/block/amiflop.c
@@ -1795,7 +1795,8 @@
 		return -EBUSY;
 	}
 
-	if ((raw_buf = (char *)amiga_chip_alloc (RAW_BUF_SIZE)) == NULL) {
+	if ((raw_buf = (char *)amiga_chip_alloc (RAW_BUF_SIZE, "Floppy")) ==
+	    NULL) {
 		printk("fd: cannot get chip mem buffer\n");
 		unregister_blkdev(MAJOR_NR,"fd");
 		return -ENOMEM;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)