Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a44f5209 authored by Al Viro's avatar Al Viro
Browse files

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



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e77e4300
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
}