ALSA: fix a typo during snd_assert() removal

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Takashi Iwai 2008-08-14 07:51:57 +02:00 committed by Jaroslav Kysela
parent 7a9b8063cf
commit 0072889a55

View file

@ -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 */