diff options
author | Fernando Guzman Lugo <fernando.lugo@ti.com> | 2011-06-23 16:04:53 -0500 |
---|---|---|
committer | Fernando Guzman Lugo <fernando.lugo@ti.com> | 2011-06-23 19:28:40 -0500 |
commit | 61bff33dd4bf9aa1ef04f13beb351045efb99455 (patch) | |
tree | 07f026b8c6416401381f3851c24eb66e0d14cc9e /drivers/remoteproc/Kconfig | |
parent | 2932297a0c52322929092e3c2443fbe59c42ee2b (diff) | |
download | kernel_samsung_tuna-61bff33dd4bf9aa1ef04f13beb351045efb99455.zip kernel_samsung_tuna-61bff33dd4bf9aa1ef04f13beb351045efb99455.tar.gz kernel_samsung_tuna-61bff33dd4bf9aa1ef04f13beb351045efb99455.tar.bz2 |
RPMSG: RESMGR: miscellaneous fixes
This patch changes:
- Fixed memory leak in rprm_resource_free()
- Fixed missing mutex_unlock in rprm_resource_alloc() in case of
failure
- Move RPMSG_RESMGR option above RPMSG samples in Kconfig (samples
should go at the end
- Chaged to "default y" option in Kconfig file for RPMSG_RESMGR
Signed-off-by: Fernando Guzman Lugo <fernando.lugo@ti.com>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 4c6e0ca..bad48eb 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -29,6 +29,7 @@ config OMAP_REMOTE_PROC config OMAP_RPRES bool "Remote Processor Resources" depends on OMAP_REMOTE_PROC + default y help Say Y here if you want to use OMAP remote processor resources frame work. |