Explorar o código

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro %!s(int64=12) %!d(string=hai) anos
pai
achega
3dce1891f3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      drivers/usb/misc/yurex.c

+ 0 - 2
drivers/usb/misc/yurex.c

@@ -407,8 +407,6 @@ static int yurex_release(struct inode *inode, struct file *file)
 	if (dev == NULL)
 	if (dev == NULL)
 		return -ENODEV;
 		return -ENODEV;
 
 
-	yurex_fasync(-1, file, 0);
-
 	/* decrement the count on our device */
 	/* decrement the count on our device */
 	kref_put(&dev->kref, yurex_delete);
 	kref_put(&dev->kref, yurex_delete);
 	return 0;
 	return 0;