patch-1.3.82 linux/drivers/cdrom/isp16.c

Next file: linux/drivers/cdrom/mcd.c
Previous file: linux/drivers/cdrom/gscd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.81/linux/drivers/cdrom/isp16.c linux/drivers/cdrom/isp16.c
@@ -93,7 +93,7 @@
 {
   u_char expected_drive;
 
-  printk("ISP16: configuration cdrom interface, version %d.%d.\n", ISP16_VERSION_MAJOR,
+  printk(KERN_INFO "ISP16: configuration cdrom interface, version %d.%d.\n", ISP16_VERSION_MAJOR,
     ISP16_VERSION_MINOR);
 
   if ( !strcmp(isp16_cdrom_type, "noisp16") ) {
@@ -111,7 +111,7 @@
     return(-EIO);
   }
 
-  printk("ISP16: cdrom interface (with OPTi 82C92%d chip) detected.\n",
+  printk(KERN_INFO "ISP16: cdrom interface (with OPTi 82C92%d chip) detected.\n",
     (isp16_type==2) ? 9 : 8);
 
   if ( !strcmp(isp16_cdrom_type, "Sanyo") )
@@ -132,7 +132,7 @@
     printk("ISP16: cdrom interface has not been properly configured.\n");
     return(-EIO);
   }
-  printk("ISP16: cdrom interface set up with io base 0x%03X, irq %d, dma %d,"
+  printk(KERN_INFO "ISP16: cdrom interface set up with io base 0x%03X, irq %d, dma %d,"
     " type %s.\n", isp16_cdrom_base, isp16_cdrom_irq, isp16_cdrom_dma,
     isp16_cdrom_type);
   return(0);
@@ -310,6 +310,6 @@
 void cleanup_module(void)
 {
 	release_region(ISP16_IO_BASE, ISP16_IO_SIZE);
-	printk("ISP16: module released.\n");
+	printk(KERN_INFO "ISP16: module released.\n");
 }
 #endif /* MODULE */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this