Commit be63ce8b authored by Arun Radhakrishnan's avatar Arun Radhakrishnan Committed by Hari Kanigeri

procmgr: updated with a fix for a minor issue Updated with a fix for a minor...

procmgr: updated with a fix for a minor issue Updated with a fix for a minor issue with the procmgr_create the procmgr state table was not getting updated with the procmgr handle
Signed-off-by: default avatarArun Radhakrishnan <x0051460@ti.com>
parent 5dbb2be5
......@@ -229,6 +229,7 @@ void *proc_mgr_create(u16 proc_id, const struct proc_mgr_params *params)
handle->proc_id = proc_id;
handle->proc_handle = params->proc_handle;
mutex_unlock(proc_mgr_obj_state.gate_handle);
proc_mgr_obj_state.proc_handles[proc_id] = handle;
return handle;
}
EXPORT_SYMBOL(proc_mgr_create);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment