From: Clemens Ladisch Date: Mon, 11 Jul 2005 13:37:19 +0000 (+0200) Subject: [ALSA] ac97 - remove unused variable X-Git-Tag: v2.6.13-rc4~3^2~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7858ffa062886706026cfff3ba80b8400b520501;p=linux-block.git [ALSA] ac97 - remove unused variable AC97 Codec remove a variable made obsolete by the last change Signed-off-by: Clemens Ladisch --- diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index 1f09653dc0f3..6983eea226da 100644 --- a/sound/pci/ac97/ac97_codec.c +++ b/sound/pci/ac97/ac97_codec.c @@ -2231,7 +2231,6 @@ void snd_ac97_restore_iec958(ac97_t *ac97) */ void snd_ac97_resume(ac97_t *ac97) { - int i; unsigned long end_time; if (ac97->bus->ops->reset) {