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

Next file: linux/drivers/sound/audio.c
Previous file: linux/drivers/sound/ad1848.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.62/linux/drivers/sound/adlib_card.c linux/drivers/sound/adlib_card.c
@@ -16,7 +16,7 @@
 
 #include "sound_config.h"
 
-#if defined(CONFIG_YM3812)
+#ifdef CONFIG_YM3812
 
 void
 attach_adlib_card (struct address_info *hw_config)
@@ -32,8 +32,7 @@
 
   if (check_region (hw_config->io_base, 4))
     {
-      DDB (printk ("opl3.c: I/O port %x already in use\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