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