V4L/DVB: media/IR/imon: potential double unlock on error

If there is an error here we should unlock in the caller (which is
imon_init_intf1()).  We can remove this stray unlock.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Dan Carpenter 2010-05-04 08:36:34 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 5f6e3c8e34
Коммит 9723dbb034
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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;