linux/drivers/staging/vme
Martyn Welch 8be9226c8f 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>
2009-12-11 12:23:18 -08:00
..
bridges Staging: vme: Allow size of 0 when disabling a window 2009-12-11 12:23:18 -08:00
devices staging: vme: correct array overflow 2009-12-11 12:23:17 -08:00
Kconfig Staging: vme: change to VME_BUS 2009-09-15 12:02:11 -07:00
Makefile Staging: vme: change to VME_BUS 2009-09-15 12:02:11 -07:00
TODO Staging: vme: Separate the list of TODOs from the API documentation 2009-09-15 12:02:11 -07:00
vme_api.txt Staging: vme: Pull common VME interrupt handling into core code 2009-12-11 12:23:17 -08:00
vme_bridge.h Staging: vme: Pull common VME interrupt handling into core code 2009-12-11 12:23:17 -08:00
vme.c Staging: vme: Correct operation of vme_lm_free 2009-12-11 12:23:18 -08:00
vme.h Staging: vme: Pull common VME interrupt handling into core code 2009-12-11 12:23:17 -08:00