Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input: evdev - properly access RCU-protected 'grab' data
We should use rcu_dereference_protected() when checking if given client is the one that grabbed the device. This fixes warnings produced by sparse. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
- Loading branch information