diff options
Diffstat (limited to 'drivers/input/misc/kxtj9.c')
-rw-r--r-- | drivers/input/misc/kxtj9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/kxtj9.c b/drivers/input/misc/kxtj9.c index 6c96dc3a3c8f..c456f63b6bae 100644 --- a/drivers/input/misc/kxtj9.c +++ b/drivers/input/misc/kxtj9.c | |||
@@ -362,7 +362,7 @@ static ssize_t kxtj9_set_poll(struct device *dev, struct device_attribute *attr, | |||
362 | return error; | 362 | return error; |
363 | 363 | ||
364 | /* Lock the device to prevent races with open/close (and itself) */ | 364 | /* Lock the device to prevent races with open/close (and itself) */ |
365 | mutex_unlock(&input_dev->mutex); | 365 | mutex_lock(&input_dev->mutex); |
366 | 366 | ||
367 | disable_irq(client->irq); | 367 | disable_irq(client->irq); |
368 | 368 | ||