diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/IR/imon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c index d5d8d9331870..ca2b49084d72 100644 --- a/drivers/media/IR/imon.c +++ b/drivers/media/IR/imon.c | |||
@@ -1776,7 +1776,6 @@ static struct input_dev *imon_init_touch(struct imon_context *ictx) | |||
1776 | 1776 | ||
1777 | touch_register_failed: | 1777 | touch_register_failed: |
1778 | input_free_device(ictx->touch); | 1778 | input_free_device(ictx->touch); |
1779 | mutex_unlock(&ictx->lock); | ||
1780 | 1779 | ||
1781 | touch_alloc_failed: | 1780 | touch_alloc_failed: |
1782 | return NULL; | 1781 | return NULL; |