dect
/
linux-2.6
Archived
13
0
Fork 0

[ALSA] ac97 - remove unused variable

AC97 Codec
remove a variable made obsolete by the last change

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
Clemens Ladisch 2005-07-11 15:37:19 +02:00 committed by Jaroslav Kysela
parent c9eab129fc
commit 7858ffa062
1 changed files with 0 additions and 1 deletions

View File

@ -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) {