]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/me4000/me4000.c
saner FASYNC handling on file close
[linux-2.6-omap-h63xx.git] / drivers / staging / me4000 / me4000.c
index 0b33773bb4f68412d5d44f3b99fed07fb1ab2041..cf8b01bcac8d18d25e5c18e1afe55d9f8d82fa8b 100644 (file)
@@ -1633,9 +1633,6 @@ static int me4000_release(struct inode *inode_p, struct file *file_p)
 
                free_irq(ext_int_context->irq, ext_int_context);
 
-               /* Delete the fasync structure and free memory */
-               me4000_ext_int_fasync(0, file_p, 0);
-
                /* Mark as unused */
                ext_int_context->in_use = 0;
        } else {