commit | 2a98dbbcd72cfae508c4d90bcbdc829363554ea7 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Jun 18 12:21:21 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 18 10:50:07 2013 -0700 |
tree | baf46532e8a2bb39ed1abfbd9590e47dabe3678c | |
parent | a3b0f9b9c0dae1ffd6d0d8e6349217ae0d6b0994 [diff] |
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 <yongjun_wei@trendmicro.com.cn> Acked-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>