commit | 55d811211b139ed097ddaf40d173c258f133c130 | [log] [tgz] |
---|---|---|
author | Robert Baldyga <r.baldyga@samsung.com> | Mon Jul 13 11:03:50 2015 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jul 31 08:57:57 2015 -0500 |
tree | b043306a7b0793dc2998226ea3ad415645a5445e | |
parent | 913e4a90b6f9687ac0f543e7b632753e4f51c441 [diff] |
usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails Function ffs_do_functionfs_bind() calls functionfs_bind() which allocates usb request and increments refcounts. These things needs to be cleaned up by if further steps of initialization fail by calling functionfs_unbind(). Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@ti.com>