Skip to content

Commit

Permalink
ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Rene Herman authored and Jaroslav Kysela committed Aug 13, 2008
1 parent c534cc8 commit 3caf8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/isa/wss/wss_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 3caf8c0

Please sign in to comment.