patch-2.1.6 linux/drivers/sound/adlib_card.c

Next file: linux/drivers/sound/aedsp16.c
Previous file: linux/drivers/sound/ad1848_mixer.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.5/linux/drivers/sound/adlib_card.c linux/drivers/sound/adlib_card.c
@@ -7,7 +7,7 @@
 /*
  * Copyright (C) by Hannu Savolainen 1993-1996
  *
- * USS/Lite for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
+ * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
  * Version 2 (June 1991). See the "COPYING" file distributed with this software
  * for more info.
  */
@@ -32,7 +32,8 @@
 
   if (check_region (hw_config->io_base, 4))
     {
-      printk ("\n\nopl3.c: I/O port %x already in use\n\n", hw_config->io_base);
+      DDB (printk ("opl3.c: I/O port %x already in use\n",
+		   hw_config->io_base));
       return 0;
     }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov