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

Commit 3dce1891 authored by Al Viro's avatar Al Viro
Browse files

yurex: don't wank with fasync on ->release()...



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f269cad7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -407,8 +407,6 @@ static int yurex_release(struct inode *inode, struct file *file)
	if (dev == NULL)
		return -ENODEV;

	yurex_fasync(-1, file, 0);

	/* decrement the count on our device */
	kref_put(&dev->kref, yurex_delete);
	return 0;