diff mbox

[-next,3/3] media/IR/imon: potential double unlock on error

Message ID 20100504113634.GT29093@bicker (mailing list archive)
State Accepted
Headers show

Commit Message

Dan Carpenter May 4, 2010, 11:36 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/media/IR/imon.c b/drivers/media/IR/imon.c
index b65c31a..d48ad6d 100644
--- a/drivers/media/IR/imon.c
+++ b/drivers/media/IR/imon.c
@@ -1777,7 +1777,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;