From: Wei Yongjun Date: Tue, 18 Jun 2013 03:40:55 +0000 (+0800) Subject: usb: gadget: f_subset: fix missing unlock on error in geth_alloc() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df48fc74bffe09675b43aa2bd4b00c8cbb37e653;p=pandora-kernel.git usb: gadget: f_subset: fix missing unlock on error in geth_alloc() Add the missing unlock before return from function geth_alloc() in the error handling case. Introduced by commit 02832e56f88a981474ee4c7c141f46fc1b4454f4. (usb: gadget: f_subset: add configfs support) Signed-off-by: Wei Yongjun Acked-by: Andrzej Pietrasiewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed