X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fcore%2Ftimer.c;h=c584408c9f17d32dcace6b8684bfe02647a0f228;hb=233e70f4228e78eb2f80dc6650f65d3ae3dbf17c;hp=e582face89d2c463aeb64ed0ee2001d738b54b5c;hpb=3318a386e4ca68c76e0294363d29bdc46fcad670;p=linux-2.6-omap-h63xx.git diff --git a/sound/core/timer.c b/sound/core/timer.c index e582face89d..c584408c9f1 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c @@ -1263,7 +1263,6 @@ static int snd_timer_user_release(struct inode *inode, struct file *file) if (file->private_data) { tu = file->private_data; file->private_data = NULL; - fasync_helper(-1, file, 0, &tu->fasync); if (tu->timeri) snd_timer_close(tu->timeri); kfree(tu->queue);