Skip to content

Commit

Permalink
ALSA: fix a typo during snd_assert() removal
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Aug 15, 2008
1 parent 7a9b806 commit 0072889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0072889

Please sign in to comment.