Skip to content

Commit

Permalink
[ALSA] Fix a compile warning
Browse files Browse the repository at this point in the history
Modules: CS4231 driver

Fix a compile warning (unused variable).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 3, 2006
1 parent b32425a commit a2c855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/isa/cs423x/cs4231_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a2c855b

Please sign in to comment.