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