Commit a44f5209 authored by Al Viro's avatar Al Viro

comedi: quit wanking with FASYNC in ->release()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e77e4300
......@@ -2317,9 +2317,6 @@ static int comedi_close(struct inode *inode, struct file *file)
mutex_unlock(&dev->mutex);
if (file->f_flags & FASYNC)
comedi_fasync(-1, file, 0);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment