From: Lad, Prabhakar Date: Fri, 10 May 2013 03:48:38 +0000 (-0300) Subject: [media] davinci: vpfe: fix error path in probe X-Git-Tag: v3.10-rc7~29^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e219d9292958460c3229df29995454414ce626;p=pandora-kernel.git [media] davinci: vpfe: fix error path in probe The error path on failure was calling mutex_unlock(), but there was no actuall call before for mutex_lock(). This patch fixes this issue by pointing it to proper go label. Reported-by: Jose Pablo Carballo Signed-off-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed