patch-2.4.20 linux-2.4.20/drivers/block/acsi_slm.c
Next file: linux-2.4.20/drivers/block/ataflop.c
Previous file: linux-2.4.20/drivers/block/acsi.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/drivers/block/acsi_slm.c
- Orig date:
Tue May 22 10:23:16 2001
diff -urN linux-2.4.19/drivers/block/acsi_slm.c linux-2.4.20/drivers/block/acsi_slm.c
@@ -1003,7 +1003,7 @@
return -EBUSY;
}
- if (!(SLMBuffer = atari_stram_alloc( SLM_BUFFER_SIZE, NULL, "SLM" ))) {
+ if (!(SLMBuffer = atari_stram_alloc( SLM_BUFFER_SIZE, "SLM" ))) {
printk( KERN_ERR "Unable to get SLM ST-Ram buffer.\n" );
devfs_unregister_chrdev( MAJOR_NR, "slm" );
return -ENOMEM;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)