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

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

diff -u --recursive --new-file v1.3.81/linux/drivers/cdrom/gscd.c linux/drivers/cdrom/gscd.c
@@ -967,7 +967,7 @@
      }
      else
      {
-        printk ( "Happy GoldStar !\n" );
+        printk (KERN_INFO "Happy GoldStar !\n" );
         return 0;
      }    
 }
@@ -982,7 +982,7 @@
    }
 
    release_region (gscd_port,4);
-   printk( "GoldStar-module released.\n" );
+   printk(KERN_INFO "GoldStar-module released.\n" );
 }
 #endif
 
@@ -1001,8 +1001,8 @@
 int i;
 int result;
 
-        printk ("GSCD: version %s\n", GSCD_VERSION);
-        printk ("GSCD: Trying to detect a Goldstar R420 CD-ROM drive at 0x%X.\n", gscd_port);
+        printk (KERN_INFO "GSCD: version %s\n", GSCD_VERSION);
+        printk (KERN_INFO "GSCD: Trying to detect a Goldstar R420 CD-ROM drive at 0x%X.\n", gscd_port);
 
         if (check_region(gscd_port, 4)) 
         {
@@ -1041,7 +1041,7 @@
         while ( drv_states[i] != 0 )
         {
            curr_drv_state = drv_states[i];
-           printk ( "GSCD: Reset unit %d ... ",i );
+           printk (KERN_INFO "GSCD: Reset unit %d ... ",i );
            cc_Reset ();
            printk ( "done\n" );
            i++;
@@ -1062,7 +1062,7 @@
 
 	request_region(gscd_port, 4, "gscd");
 
-        printk ( "GSCD: GoldStar CD-ROM Drive found.\n" );
+        printk (KERN_INFO "GSCD: GoldStar CD-ROM Drive found.\n" );
 	return 0;
 }
 

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