提交 0072889a 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

ALSA: fix a typo during snd_assert() removal

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@perex.cz>
上级 7a9b8063
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册