saner FASYNC handling on file close
[h-e-n] / drivers / char / ipmi / ipmi_devintf.c
index 1d7b429..41fc11d 100644 (file)
@@ -162,8 +162,6 @@ static int ipmi_release(struct inode *inode, struct file *file)
        if (rv)
                return rv;
 
-       ipmi_fasync (-1, file, 0);
-
        /* FIXME - free the messages in the list. */
        kfree(priv);