diff --git a/[refs] b/[refs] index aa49edd3c098..dc3a10c8900d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a9b8063cf7d78d7de4f2555357101087548c699 +refs/heads/master: 0072889a556373b12b687107ac6b24d2ea961ddf diff --git a/trunk/sound/core/timer.c b/trunk/sound/core/timer.c index b8ee49c1f855..e582face89d2 100644 --- a/trunk/sound/core/timer.c +++ b/trunk/sound/core/timer.c @@ -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 */