Commit 7f0d8d27 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] Atari ACSI SLM Laser Printer

Atari ACSI SLM Laser Printer: Remove obsolete parameter of atari_stram_alloc()
call.
parent ff34bf2d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment