]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: f_subset: fix missing unlock on error in geth_alloc()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 18 Jun 2013 03:40:55 +0000 (11:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 17:50:08 +0000 (10:50 -0700)
commitdf48fc74bffe09675b43aa2bd4b00c8cbb37e653
treee02c291b011e558ecac71bd86133fd9823d2a1ea
parentc92834c19fc63f8a1d344eee0dd3d62c7b449e26
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 <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_subset.c