patch-2.4.0-test12 linux/drivers/block/acsi.c

Next file: linux/drivers/block/ataflop.c
Previous file: linux/drivers/block/DAC960.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/drivers/block/acsi.c linux/drivers/block/acsi.c
@@ -1785,7 +1785,7 @@
 		return -EBUSY;
 	}
 	if (!(acsi_buffer =
-		  (char *)atari_stram_alloc( ACSI_BUFFER_SIZE, NULL, "acsi" ))) {
+		  (char *)atari_stram_alloc(ACSI_BUFFER_SIZE, "acsi"))) {
 		printk( KERN_ERR "Unable to get ACSI ST-Ram buffer.\n" );
 		devfs_unregister_blkdev( MAJOR_NR, "ad" );
 		return -ENOMEM;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)