diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-18 18:52:39 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 12:29:09 +0100 |
commit | a2c855bbd76e7044c54a9d84ae46f6eead1b8f89 (patch) | |
tree | 101ba08b1a59c4552ecf811848b18c2a35c9e434 /sound | |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/isa/cs423x/cs4231_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c index 05d0d4092de..eab7eb59b5f 100644 --- a/sound/isa/cs423x/cs4231_lib.c +++ b/sound/isa/cs423x/cs4231_lib.c @@ -1306,7 +1306,7 @@ static void snd_cs4231_resume(struct snd_cs4231 *chip) { int reg; unsigned long flags; - int timeout; + /* int timeout; */ snd_cs4231_mce_up(chip); spin_lock_irqsave(&chip->reg_lock, flags); |