Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7858ffa0 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] ac97 - remove unused variable



AC97 Codec
remove a variable made obsolete by the last change

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent c9eab129
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {