X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Finput%2Fevdev.c;h=ed8baa0aec3cce31023a2e97557db22ab5a7f7c6;hp=c69a58fe54d8baaaab62147ebcd2f8ca7a364422;hb=93b8eef1c098efbea2f1fc0be7e3c681f259a7e7;hpb=a2d781fc8d9b16113dd9440107d73c0f21d7cbef diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index c69a58fe54d..ed8baa0aec3 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c @@ -235,7 +235,6 @@ static int evdev_release(struct inode *inode, struct file *file) evdev_ungrab(evdev, client); mutex_unlock(&evdev->mutex); - evdev_fasync(-1, file, 0); evdev_detach_client(evdev, client); kfree(client);