]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Input: kxtj9 - fix locking typo in kxtj9_set_poll()
authorDan Carpenter <error27@gmail.com>
Wed, 20 Jul 2011 06:16:29 +0000 (23:16 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 20 Jul 2011 06:18:09 +0000 (23:18 -0700)
commit6eab7ce65a4e6fae1d2cb5d866515ed288f2fdcc
treeba3507edbb88417a97fcbce975b5d14687684089
parent4fd9fcf7c1ee6c339504525b43ad5e77334ff1b5
Input: kxtj9 - fix locking typo in kxtj9_set_poll()

According to the comments we want to call mutex_lock() here instead
of mutex_unlock().  That makes more sense.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/kxtj9.c