Explorar o código

[ALSA] ac97 - remove unused variable

AC97 Codec
remove a variable made obsolete by the last change

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Clemens Ladisch %!s(int64=20) %!d(string=hai) anos
pai
achega
7858ffa062
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      sound/pci/ac97/ac97_codec.c

+ 0 - 1
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) {