diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-07-11 13:37:19 (GMT) |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-07-28 10:22:31 (GMT) |
commit | 7858ffa062886706026cfff3ba80b8400b520501 (patch) | |
tree | e7715280ac6bdd435c93df3a9310d0b24469c49a /sound/pci/ac97 | |
parent | c9eab129fcbcef364b34fb3a70cb2531847e1edf (diff) | |
download | linux-7858ffa062886706026cfff3ba80b8400b520501.tar.xz |
[ALSA] ac97 - remove unused variable
AC97 Codec
remove a variable made obsolete by the last change
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/pci/ac97')
-rw-r--r-- | sound/pci/ac97/ac97_codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index 1f09653..6983eea 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) { |