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

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

diff -u --recursive --new-file v2.1.62/linux/drivers/sound/sb_card.c linux/drivers/sound/sb_card.c
@@ -15,7 +15,7 @@
 
 #include "sound_config.h"
 
-#if defined(CONFIG_SBDSP)
+#ifdef CONFIG_SBDSP
 
 #include "sb_mixer.h"
 #include "sb.h"
@@ -33,8 +33,7 @@
 {
   if (check_region (hw_config->io_base, 16))
     {
-      printk ("\n\nsb_dsp.c: I/O port %x already in use\n\n",
-	      hw_config->io_base);
+      printk ("\n\nsb_dsp.c: I/O port %x already in use\n\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