Skip to content

Commit

Permalink
[ALSA] ac97 - remove unused variable
Browse files Browse the repository at this point in the history
AC97 Codec
remove a variable made obsolete by the last change

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Jul 28, 2005
1 parent c9eab12 commit 7858ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/pci/ac97/ac97_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7858ffa

Please sign in to comment.