]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Atari ACSI SLM Laser Printer
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 26 Jul 2003 02:14:49 +0000 (19:14 -0700)
committerJens Axboe <axboe@suse.de>
Sat, 26 Jul 2003 02:14:49 +0000 (19:14 -0700)
Atari ACSI SLM Laser Printer: Remove obsolete parameter of atari_stram_alloc()
call.

drivers/block/acsi_slm.c

index 3a21119c3ebd841f658a67452ea47763619d8272..f352b5d111a316ea0f294c227cd07f8a566f7c8c 100644 (file)
@@ -999,7 +999,7 @@ int slm_init( void )
                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" );
                unregister_chrdev( ACSI_MAJOR, "slm" );
                return -ENOMEM;