diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c index d5d8d9331870e5084d8ac4efe8e6711d0cebe173..ca2b49084d7288c40443adf49f68840071c2dc39 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) touch_register_failed: input_free_device(ictx->touch); - mutex_unlock(&ictx->lock); touch_alloc_failed: return NULL;