[PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.

Rene Herman rene.herman at gmail.com
Fri Aug 8 16:39:21 CEST 2008


Signed-off-by: Rene Herman <rene.herman at gmail.com>
---
 sound/isa/wss/wss_lib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/isa/wss/wss_lib.c b/sound/isa/wss/wss_lib.c
index 011da7a..6b7a0fc 100644
--- a/sound/isa/wss/wss_lib.c
+++ b/sound/isa/wss/wss_lib.c
@@ -282,7 +282,7 @@ static void snd_wss_debug(struct snd_wss *chip)
 	printk(KERN_DEBUG
 		"CS4231 REGS:      INDEX = 0x%02x  "
 		"                 STATUS = 0x%02x\n",
-					wss_inb(chip, CS4231P(REGSEL),
+					wss_inb(chip, CS4231P(REGSEL)),
 					wss_inb(chip, CS4231P(STATUS)));
 	printk(KERN_DEBUG
 		"  0x00: left input      = 0x%02x  "
-- 
1.5.5



More information about the Alsa-devel mailing list