diff options
-rw-r--r-- | drivers/input/input.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/input.c b/drivers/input/input.c index 913392f63f76..a79c83397a9c 100644 --- a/drivers/input/input.c +++ b/drivers/input/input.c | |||
@@ -1551,7 +1551,6 @@ int input_register_handle(struct input_handle *handle) | |||
1551 | return error; | 1551 | return error; |
1552 | list_add_tail_rcu(&handle->d_node, &dev->h_list); | 1552 | list_add_tail_rcu(&handle->d_node, &dev->h_list); |
1553 | mutex_unlock(&dev->mutex); | 1553 | mutex_unlock(&dev->mutex); |
1554 | synchronize_rcu(); | ||
1555 | 1554 | ||
1556 | /* | 1555 | /* |
1557 | * Since we are supposed to be called from ->connect() | 1556 | * Since we are supposed to be called from ->connect() |