]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
V4L/DVB: V4L: vpfe_capture - free ccdc_lock when memory allocation fails
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 1 Mar 2010 22:54:02 +0000 (19:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 6 May 2010 22:19:02 +0000 (19:19 -0300)
commitab51bec1f852f6b858a26e745b32a79cd1a67eec
tree9715f24a8928ea93519a58bf1b1bea3f2ecdca7c
parentb704e82a54591d69816b45f4324caf143f1a6fc8
V4L/DVB: V4L: vpfe_capture - free ccdc_lock when memory allocation fails

This patch fixes a bug in vpfe_probe() that doesn't call mutex_unlock() if memory
allocation for ccdc_cfg fails. See also the smatch warning report from Dan
Carpenter that shows this as an issue.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/davinci/vpfe_capture.c