Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Rene Herman and committed by
Jaroslav Kysela
3caf8c08 c534cc84

+1 -1
+1 -1
sound/isa/wss/wss_lib.c
··· 282 282 printk(KERN_DEBUG 283 283 "CS4231 REGS: INDEX = 0x%02x " 284 284 " STATUS = 0x%02x\n", 285 - wss_inb(chip, CS4231P(REGSEL), 285 + wss_inb(chip, CS4231P(REGSEL)), 286 286 wss_inb(chip, CS4231P(STATUS))); 287 287 printk(KERN_DEBUG 288 288 " 0x00: left input = 0x%02x "