]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 18 Jun 2013 04:21:21 +0000 (12:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 17:50:07 +0000 (10:50 -0700)
commite471bcbd3a0b50e16298dcde52c514ae9f42232d
treebaf46532e8a2bb39ed1abfbd9590e47dabe3678c
parent233d4d7017e9dfdcaff2fbe721477604119d68c4
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 269b78321ceb0fb6ca63840e95afe8afec1813bb.
(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>
drivers/usb/gadget/f_ecm.c