optcd won't compile as a module

Tom Dyas (tdyas@gandalf.rutgers.edu)
Mon, 28 Aug 95 23:11:14 EDT


The drivers/block/optcd.c driver won't compile as a module unless this patch
is applied:

--- linux/drivers/block/optcd.c.old Mon Aug 28 22:34:02 1995
+++ linux/drivers/block/optcd.c Mon Aug 28 22:34:45 1995
@@ -1442,7 +1442,7 @@

if ( isp16_config( optcd_port, ISP16_SONY, 0, 0 ) < 0 ) {
printk( "ISP16 cdrom interface has not been properly configured.\n" );
- return(mem_start);
+ RETURN_EIO;
}
}
}