Commits
Dmitry Torokhov committed 843e784afe1
Input: serio_raw - perform proper locking when adding clients to list Make sure we hold serio lock when adding clients to client list so that we do not race with serio_raw_release() removing clients from the same list. Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>