commit | 8be9226c8f686c6dd2bae0a7ed4f5795e89d32d8 | [log] [tgz] |
---|---|---|
author | Martyn Welch <martyn.welch@gefanuc.com> | Thu Oct 29 16:35:08 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 12:23:18 2009 -0800 |
tree | 6d771abef2e3082b50d2e0bd17fba8c644870cce | |
parent | 59c2290428dd93a4117aa453fc4c2be38da288c0 [diff] |
Staging: vme: Correct operation of vme_lm_free The vme_lm_free() function is not clearing up the resource created in vme_lm_request(). In addition vme_lm_free() is void function and is used in exit/error paths, we should wait for mutex to become free rather than exiting and not freeing the resource. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>