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

Commit 0072889a authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

ALSA: fix a typo during snd_assert() removal



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 7a9b8063
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ int snd_timer_close(struct snd_timer_instance *timeri)
	struct snd_timer *timer = NULL;
	struct snd_timer_instance *slave, *tmp;

	if (snd_BUG_ON(!timer))
	if (snd_BUG_ON(!timeri))
		return -ENXIO;

	/* force to stop the timer */