commit | a2c855bbd76e7044c54a9d84ae46f6eead1b8f89 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Nov 18 18:52:39 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Jan 03 12:29:09 2006 +0100 |
tree | 101ba08b1a59c4552ecf811848b18c2a35c9e434 | |
parent | b32425ac93370e1ba5556110e662f896b2e143b3 [diff] |
[ALSA] Fix a compile warning Modules: CS4231 driver Fix a compile warning (unused variable). Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c index 05d0d40..eab7eb5 100644 --- a/sound/isa/cs423x/cs4231_lib.c +++ b/sound/isa/cs423x/cs4231_lib.c
@@ -1306,7 +1306,7 @@ { int reg; unsigned long flags; - int timeout; + /* int timeout; */ snd_cs4231_mce_up(chip); spin_lock_irqsave(&chip->reg_lock, flags);