commit | 17a936117c587c23aafafdb9cd6d433a90daa83d | [log] [tgz] |
---|---|---|
author | Rahul Ruikar <rahul.ruikar@gmail.com> | Thu Oct 28 17:31:19 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Nov 11 05:58:48 2010 -0800 |
tree | 914f9ba0ef9df9bef4522a6b897967e09fe1d078 | |
parent | d9385b6352da7fed50981f375c2ccb60354039a6 [diff] |
USB: gadget: f_mass_storage: put_device() in error recovery This commit fixes an issue with error recovery after device_register() fails in Mass Storage Function. The device needs to be put to avoid resource leakage. Signed-off-by: Rahul Ruikar <rahul.ruikar@gmail.com> [mina86@mina86.com: updated commit message] Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>