diff options
Diffstat (limited to 'drivers/input/evdev.c')
| -rw-r--r-- | drivers/input/evdev.c | 1 | 
1 files changed, 0 insertions, 1 deletions
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);  |